Class WaitingBarSeparatorElement
Represents separator element in RadWaitingBarElement.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WaitingBarSeparatorElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
WaitingBarSeparatorElement()
Declaration
public WaitingBarSeparatorElement()
Fields
DashProperty
HatchProperty
IsVerticalProperty
ProgressOrientationProperty
SeparatorWidthProperty
StepWidthProperty
SweepAngleProperty
Properties
Dash
Indicates whether separator lines should be drawn
Declaration
public bool Dash { get; set; }
Property Value
System.Boolean
|
Hatch
Indicates whether a second set of separator lines should be drawn
Declaration
public bool Hatch { get; set; }
Property Value
System.Boolean
|
ProgressOrientation
Sets and gets the orientation of the separator element
Declaration
public ProgressOrientation ProgressOrientation { get; set; }
Property Value
ProgressOrientation
|
SeparatorWidth
Sets and gets the width of each separator line in pixels
Declaration
public int SeparatorWidth { get; set; }
Property Value
System.Int32
|
StepWidth
Sets and gets the distance between two adjacent separator lines
Declaration
public int StepWidth { get; set; }
Property Value
System.Int32
|
SweepAngle
Sets and gets the angle of rotation of all separator lines
Declaration
public int SweepAngle { get; set; }
Property Value
System.Int32
|
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|