Class MarkPosition
public class MarkPosition : Layer, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
- Inheritance
-
MarkPosition
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
AlignmentCenterProperty
public static readonly DependencyProperty AlignmentCenterProperty
Field Value
ItemPercentProperty
public static readonly DependencyProperty ItemPercentProperty
Field Value
MarkForegroundProperty
public static readonly DependencyProperty MarkForegroundProperty
Field Value
MarkValueTypeProperty
public static readonly DependencyProperty MarkValueTypeProperty
Field Value
MulCountProperty
public static readonly DependencyProperty MulCountProperty
Field Value
MulIndexProperty
public static readonly DependencyProperty MulIndexProperty
Field Value
PointProperty
public static readonly DependencyProperty PointProperty
Field Value
WidthPercentProperty
public static readonly DependencyProperty WidthPercentProperty
Field Value
Properties
AlignmentCenter
public bool AlignmentCenter { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
ItemPercent
public double ItemPercent { get; set; }
Property Value
MarkForeground
public Brush MarkForeground { get; set; }
Property Value
MarkValueType
public MarkValueType MarkValueType { get; set; }
Property Value
MulCount
public int MulCount { get; set; }
Property Value
MulIndex
public int MulIndex { get; set; }
Property Value
Point
public Point Point { get; set; }
Property Value
SingleKey
public static ComponentResourceKey SingleKey { get; }
Property Value
WidthPercent
public double WidthPercent { get; set; }
Property Value
Methods
Draw(Canvas)
public override void Draw(Canvas canvas)
Parameters
canvas
Canvas
DrawMark()
public virtual void DrawMark()
GetPoint()
protected Point GetPoint()
Returns
InitX()
protected override void InitX()