[]
The MarqueeStyle class encapsulates properties that control the appearance of Marquee border.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MarqueeStyle : INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
BackgroundPadding | Gets or sets the padding for background inside marquee border. |
BackgroundPaddingColor | Gets or sets the color to fill marquee padding area. |
BorderAlign | Gets or sets an alignment of the marquee border. |
BorderMode | Gets or sets the position of the marquee border relative to the selected cells range. |
Color | Gets or sets marquee border color. |
Width | Gets or sets marquee border width. |
Name | Description |
---|---|
Dispose() | Implementation of Dispose pattern. |
OnPropertyChanged(string) | Raises the PropertyChanged event. |
Reset() | Reset all to default properties. |
ResetBackgroundPadding() | |
ResetBackgroundPaddingColor() | |
ResetColor() | |
SetField<T>(ref T, T, string) | Compares two values of property and raises an PropertyChanged event if they are different. |
ShouldSerializeBackgroundPadding() | |
ShouldSerializeBackgroundPaddingColor() | |
ShouldSerializeColor() |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |