Class ShapePointMarker
public class ShapePointMarker : Shape, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
ShapePointMarker
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
PenProperty
public static readonly DependencyProperty PenProperty
Field Value
ScreenPointProperty
public static readonly DependencyProperty ScreenPointProperty
Field Value
SizeProperty
public static readonly DependencyProperty SizeProperty
Field Value
TextProperty
public static readonly DependencyProperty TextProperty
Field Value
Properties
DefiningGeometry
描绘形状
protected override Geometry DefiningGeometry { get; }
Property Value
Pen
Pen to outline marker
public Pen Pen { get; set; }
Property Value
ScreenPoint
public Point ScreenPoint { get; set; }
Property Value
Size
public double Size { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Methods
OnRender(DrawingContext)
绘制形状
protected override void OnRender(DrawingContext drawingContext)
Parameters
drawingContext
DrawingContext