Class PathFigure
Inheritance
System.Object
PathFigure
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public sealed class PathFigure
Constructors
PathFigure()
Declaration
public PathFigure()
Properties
IsClosed
Declaration
public bool IsClosed { get; set; }
Property Value
System.Boolean
|
IsFilled
Declaration
public bool IsFilled { get; set; }
Property Value
System.Boolean
|
Segments
Declaration
public List<PathSegment> Segments { get; }
Property Value
System.Collections.Generic.List<PathSegment>
|
StartPoint
Declaration
public PointF StartPoint { get; set; }
Property Value
System.Drawing.PointF
|