[]
        
(Showing Draft Content)

C1.Win.FlexGrid.Util.Styles.MarqueeStyle

MarqueeStyle Class

The MarqueeStyle class encapsulates properties that control the appearance of Marquee border.

Inheritance
MarqueeStyle
Namespace: C1.Win.FlexGrid.Util.Styles
Assembly: C1.Win.FlexGrid.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MarqueeStyle : INotifyPropertyChanged, IDisposable

Properties

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.

Methods

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()

Events

Name Description
PropertyChanged

Occurs when a property value changes.