[]
The StateThumbStyle contains display attributes that determine the general appearance of the Thumb element in some state.
public class StateThumbStyle : StateElementBaseStyle, INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
StateThumbStyle() | Initializes a new instance of the StateThumbStyle. |
Name | Description |
---|---|
BackColor | Gets or sets the Color used to paint the background. |
BorderColor | Gets or sets the Color used to draw the border around the element. |
Margins | Gets or sets the thickness of the margins around the element. |
Name | Description |
---|---|
ResetBackColor() | Restores the default value of the BackColor property. |
ResetBorderColor() | Restores the default value of the BorderColor property. |
ResetMargins() | Restores the default value of the Margins property. |
ShouldSerializeBackColor() | Specifies whether to save the value of the BackColor property. |
ShouldSerializeBorderColor() | Specifies whether to save the value of the BorderColor property. |
ShouldSerializeMargins() | Specifies whether to save the value of the Margins property. |