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