BarImageOptions Struct
Stores options data for an image used in a bar control.
public struct BarImageOptions
Constructors
BarImageOptions(BarImageSize)
Stores options data for an image used in a bar control.
public BarImageOptions(BarImageSize size)
| Parameter | Type | Description |
|---|---|---|
| size | BarImageSize | A BarImageSize indicating the image size. |
Properties
ContextualColor
The optional contextual Color.
Size
A BarImageSize indicating the image size.
Fields
Default
The default image options instance.
public static readonly BarImageOptions Default