Class RingBox
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
[TemplateVisualState(Name = "Large", GroupName = "SizeStates")]
[TemplateVisualState(Name = "Small", GroupName = "SizeStates")]
[TemplateVisualState(Name = "Inactive", GroupName = "ActiveStates")]
[TemplateVisualState(Name = "Active", GroupName = "ActiveStates")]
public class RingBox : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
RingBox
- Implements
- Inherited Members
- Extension Methods
Constructors
RingBox()
public RingBox()
Fields
BindableWidthProperty
public static readonly DependencyProperty BindableWidthProperty
Field Value
EllipseDiameterProperty
public static readonly DependencyProperty EllipseDiameterProperty
Field Value
EllipseOffsetProperty
public static readonly DependencyProperty EllipseOffsetProperty
Field Value
IsActiveProperty
public static readonly DependencyProperty IsActiveProperty
Field Value
IsLargeProperty
public static readonly DependencyProperty IsLargeProperty
Field Value
MaxSideLengthProperty
public static readonly DependencyProperty MaxSideLengthProperty
Field Value
Properties
BindableWidth
public double BindableWidth { get; }
Property Value
EllipseDiameter
public double EllipseDiameter { get; }
Property Value
EllipseOffset
public Thickness EllipseOffset { get; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
IsLarge
public bool IsLarge { get; set; }
Property Value
MaxSideLength
public double MaxSideLength { get; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()