ClassSeparatorsElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class SeparatorsElement : BasePrimitive, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementBasePrimitiveSeparatorsElement
Implements:
Inherited Members
Constructors
SeparatorsElement()
Declaration
public SeparatorsElement()
Fields
NumberOfColorsProperty
Declaration
public static RadProperty NumberOfColorsProperty
Field Value
ProgressOrientationProperty
Declaration
public static RadProperty ProgressOrientationProperty
Field Value
SeparatorColor1Property
Declaration
public static RadProperty SeparatorColor1Property
Field Value
SeparatorColor2Property
Declaration
public static RadProperty SeparatorColor2Property
Field Value
SeparatorColor3Property
Declaration
public static RadProperty SeparatorColor3Property
Field Value
SeparatorColor4Property
Declaration
public static RadProperty SeparatorColor4Property
Field Value
SeparatorGradientAngleProperty
Declaration
public static RadProperty SeparatorGradientAngleProperty
Field Value
SeparatorGradientPercentage1Property
Declaration
public static RadProperty SeparatorGradientPercentage1Property
Field Value
SeparatorGradientPercentage2Property
Declaration
public static RadProperty SeparatorGradientPercentage2Property
Field Value
SeparatorWidthProperty
Declaration
public static RadProperty SeparatorWidthProperty
Field Value
Properties
Dash
Gets or sets a value indicating whether this SeparatorsElement is dash.
Declaration
public bool Dash { get; set; }
Property Value
true if dash; otherwise, false.
Hatch
Gets or sets a value indicating whether this SeparatorsElement is hatch.
Declaration
public bool Hatch { get; set; }
Property Value
true if hatch; otherwise, false.
NumberOfColors
Gets or sets the number of colors to be used.
Declaration
public int NumberOfColors { get; set; }
Property Value
The number of colors.
ProgressOrientation
Gets or sets the flow direction of the progress indicator.
Declaration
public ProgressOrientation ProgressOrientation { get; set; }
Property Value
The progress orientation.
SeparatorColor1
Gets or sets the separator color1.
Declaration
public Color SeparatorColor1 { get; set; }
Property Value
The separator color1.
SeparatorColor2
Gets or sets the separator color2.
Declaration
public Color SeparatorColor2 { get; set; }
Property Value
The separator color2.
SeparatorColor3
Gets or sets the separator color3.
Declaration
public Color SeparatorColor3 { get; set; }
Property Value
The separator color3.
SeparatorColor4
Gets or sets the separator color4.
Declaration
public Color SeparatorColor4 { get; set; }
Property Value
The separator color4.
SeparatorGradientAngle
Gets or sets the separator gradient angle.
Declaration
public int SeparatorGradientAngle { get; set; }
Property Value
The separator gradient angle.
SeparatorGradientPercentage1
Gets or sets the separator gradient percentage1.
Declaration
public float SeparatorGradientPercentage1 { get; set; }
Property Value
The separator gradient percentage1.
SeparatorGradientPercentage2
Gets or sets the separator gradient percentage2.
Declaration
public float SeparatorGradientPercentage2 { get; set; }
Property Value
The separator gradient percentage2.
SeparatorWidth
Gets or sets the width of the separator.
Declaration
public int SeparatorWidth { get; set; }
Property Value
The width of the separator.
StepWidth
Gets or sets the width of the step.
Declaration
public int StepWidth { get; set; }
Property Value
The width of the step.
SweepAngle
Gets or sets the sweep angle.
Declaration
public int SweepAngle { get; set; }
Property Value
The sweep angle.
Methods
PaintPrimitive(IGraphics, float, SizeF)
Virtual function that draws the primitive on the screen.