Table of Contents

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

DependencyProperty

EllipseDiameterProperty

public static readonly DependencyProperty EllipseDiameterProperty

Field Value

DependencyProperty

EllipseOffsetProperty

public static readonly DependencyProperty EllipseOffsetProperty

Field Value

DependencyProperty

IsActiveProperty

public static readonly DependencyProperty IsActiveProperty

Field Value

DependencyProperty

IsLargeProperty

public static readonly DependencyProperty IsLargeProperty

Field Value

DependencyProperty

MaxSideLengthProperty

public static readonly DependencyProperty MaxSideLengthProperty

Field Value

DependencyProperty

Properties

BindableWidth

public double BindableWidth { get; }

Property Value

double

EllipseDiameter

public double EllipseDiameter { get; }

Property Value

double

EllipseOffset

public Thickness EllipseOffset { get; }

Property Value

Thickness

IsActive

public bool IsActive { get; set; }

Property Value

bool

IsLarge

public bool IsLarge { get; set; }

Property Value

bool

MaxSideLength

public double MaxSideLength { get; }

Property Value

double

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()