Class Line
public class Line : Shape, INotifyPropertyChanged, IDataContextProvider, ILogical, IThemeVariantHost, IResourceHost, IResourceNode, IStyleHost, ISetLogicalParent, ISetInheritanceParent, ISupportInitialize, IStyleable, INamed, IInputElement, IDataTemplateHost, ISetterValue
- Inheritance
-
Line
- Implements
- Inherited Members
- Extension Methods
Constructors
Line()
public Line()
Fields
EndPointProperty
public static readonly StyledProperty<Point> EndPointProperty
Field Value
StartPointProperty
public static readonly StyledProperty<Point> StartPointProperty
Field Value
Properties
EndPoint
public Point EndPoint { get; set; }
Property Value
StartPoint
public Point StartPoint { get; set; }
Property Value
Methods
CreateDefiningGeometry()
Creates the shape's defining geometry.
protected override Geometry CreateDefiningGeometry()