Class StepItemIndicatorElement
Inheritance
System.Object
StepItemIndicatorElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class StepItemIndicatorElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
StepItemIndicatorElement()
Declaration
public StepItemIndicatorElement()
Fields
CompletedProperty
InProgressProperty
IsActiveProperty
IsErrorProperty
OrientationProperty
Properties
Completed
Declaration
public bool Completed { get; }
Property Value
System.Boolean
|
IsActive
Declaration
public bool IsActive { get; }
Property Value
System.Boolean
|
IsError
Declaration
public bool IsError { get; }
Property Value
System.Boolean
|
Orientation
Declaration
public Orientation Orientation { get; }
Property Value
System.Windows.Forms.Orientation
|
Methods
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|