Table of Contents

Class ShapePointMarker

Namespace
HeBianGu.Control.Chart2D
Assembly
HeBianGu.Control.Chart2D.dll
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

DependencyProperty

ScreenPointProperty

public static readonly DependencyProperty ScreenPointProperty

Field Value

DependencyProperty

SizeProperty

public static readonly DependencyProperty SizeProperty

Field Value

DependencyProperty

TextProperty

public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Properties

DefiningGeometry

描绘形状

protected override Geometry DefiningGeometry { get; }

Property Value

Geometry

Pen

Pen to outline marker

public Pen Pen { get; set; }

Property Value

Pen

ScreenPoint

public Point ScreenPoint { get; set; }

Property Value

Point

Size

public double Size { get; set; }

Property Value

double

Text

public string Text { get; set; }

Property Value

string

Methods

OnRender(DrawingContext)

绘制形状

protected override void OnRender(DrawingContext drawingContext)

Parameters

drawingContext DrawingContext