Class FlagTip
public class FlagTip : Layer, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
- Inheritance
-
FlagTip
- Implements
- Inherited Members
- Extension Methods
Constructors
FlagTip()
public FlagTip()
Fields
FlagTipTypeProperty
public static readonly DependencyProperty FlagTipTypeProperty
Field Value
LabelXProperty
public static readonly DependencyProperty LabelXProperty
Field Value
LabelYProperty
public static readonly DependencyProperty LabelYProperty
Field Value
MarkerProperty
public static readonly DependencyProperty MarkerProperty
Field Value
XProperty
public static readonly DependencyProperty XProperty
Field Value
YProperty
public static readonly DependencyProperty YProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
FlagTipType
public FlagTipType FlagTipType { get; set; }
Property Value
LabelX
public Label LabelX { get; set; }
Property Value
LabelY
public Label LabelY { get; set; }
Property Value
Marker
public Shape Marker { get; set; }
Property Value
X
public Path X { get; set; }
Property Value
Y
public Path Y { get; set; }
Property Value
Methods
Draw(Canvas)
public override void Draw(Canvas canvas)
Parameters
canvas
Canvas