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 PenPropertyField Value
ScreenPointProperty
public static readonly DependencyProperty ScreenPointPropertyField Value
SizeProperty
public static readonly DependencyProperty SizePropertyField Value
TextProperty
public static readonly DependencyProperty TextPropertyField 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
- drawingContextDrawingContext