Class BarBase
public class BarBase : Layer, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
- Inheritance
-
BarBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
ItemPercentProperty
public static readonly DependencyProperty ItemPercentProperty
Field Value
MulCountProperty
public static readonly DependencyProperty MulCountProperty
Field Value
MulIndexProperty
public static readonly DependencyProperty MulIndexProperty
Field Value
WidthPercentProperty
public static readonly DependencyProperty WidthPercentProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
ItemPercent
public double ItemPercent { get; set; }
Property Value
MulCount
public int MulCount { get; set; }
Property Value
MulIndex
public int MulIndex { get; set; }
Property Value
WidthPercent
public double WidthPercent { get; set; }