Back to Devexpress

ImageAnnotationModel.SizeMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-imageannotationmodel.md

latest1.8 KB
Original Source

ImageAnnotationModel.SizeMode Property

Gets or sets the value of the ImageAnnotation.SizeMode within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[LocalizableCategory(DesignerCategories.Behavior)]
public ChartImageSizeMode SizeMode { get; set; }
vb
<LocalizableCategory(DesignerCategories.Behavior)>
Public Property SizeMode As ChartImageSizeMode

Property Value

TypeDescription
ChartImageSizeMode

The image size mode.

|

Available values:

NameDescription
AutoSize

Represents the size mode, in which an image is auto-resized to fit its container’s bounds.

| | Stretch |

Represents the size mode, in which an image is stretched to fit its container’s bounds.

| | Zoom |

Represents the size mode, in which an image is zoomed to fit its container’s bounds.

| | Tile |

Represents the size mode, in which an image is tiled to fit its container’s bounds.

|

See Also

ImageAnnotationModel Class

ImageAnnotationModel Members

DevExpress.XtraCharts.Designer Namespace