SeparatorsElement
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
public SeparatorsElement()
Fields
public static RadProperty NumberOfColorsProperty
public static RadProperty ProgressOrientationProperty
public static RadProperty SeparatorColor1Property
public static RadProperty SeparatorColor2Property
public static RadProperty SeparatorColor3Property
public static RadProperty SeparatorColor4Property
public static RadProperty SeparatorGradientAngleProperty
public static RadProperty SeparatorGradientPercentage1Property
public static RadProperty SeparatorGradientPercentage2Property
public static RadProperty SeparatorWidthProperty
public static RadProperty StepWidthProperty
public static RadProperty SweepAngleProperty
Properties
Gets or sets a value indicating whether this SeparatorsElement is dash.
public bool Dash { get; set; }
true if dash; otherwise, false.
Gets or sets a value indicating whether this SeparatorsElement is hatch.
public bool Hatch { get; set; }
true if hatch; otherwise, false.
Gets or sets the number of colors to be used.
public int NumberOfColors { get; set; }
The number of colors.
Gets or sets the flow direction of the progress indicator.
public ProgressOrientation ProgressOrientation { get; set; }
The progress orientation.
Gets or sets the separator color1.
public Color SeparatorColor1 { get; set; }
The separator color1.
Gets or sets the separator color2.
public Color SeparatorColor2 { get; set; }
The separator color2.
Gets or sets the separator color3.
public Color SeparatorColor3 { get; set; }
The separator color3.
Gets or sets the separator color4.
public Color SeparatorColor4 { get; set; }
The separator color4.
Gets or sets the separator gradient angle.
public int SeparatorGradientAngle { get; set; }
The separator gradient angle.
Gets or sets the separator gradient percentage1.
public float SeparatorGradientPercentage1 { get; set; }
The separator gradient percentage1.
Gets or sets the separator gradient percentage2.
public float SeparatorGradientPercentage2 { get; set; }
The separator gradient percentage2.
Gets or sets the width of the separator.
public int SeparatorWidth { get; set; }
The width of the separator.
Gets or sets the width of the step.
public int StepWidth { get; set; }
The width of the step.
Gets or sets the sweep angle.
public int SweepAngle { get; set; }
The sweep angle.