Class CdrOutline
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The cdr out line
public class CdrOutline : CdrDictionaryItem, IDisposable
- Inheritance
-
CdrOutline
- Implements
- Inherited Members
Constructors
CdrOutline()
public CdrOutline()
- See Also
Properties
Aangle
Gets or sets the angle.
public double Aangle { get; set; }
Property Value
- double
The angle.
- See Also
CapsType
Gets or sets the type of the caps.
public short CapsType { get; set; }
Property Value
- short
The type of the caps.
- See Also
Color
Gets or sets the color.
public CdrColor Color { get; set; }
Property Value
- CdrColor
The color.
- See Also
DashArray
Gets or sets the dash array.
public List<int> DashArray { get; set; }
Property Value
- See Also
EndMarkerId
Gets or sets the end marker identifier.
public int EndMarkerId { get; set; }
Property Value
- int
The end marker identifier.
- See Also
JoinType
Gets or sets the type of the join.
public short JoinType { get; set; }
Property Value
- short
The type of the join.
- See Also
LineType
Gets or sets the type of the line.
public short LineType { get; set; }
Property Value
- short
The type of the line.
- See Also
LineWidth
Gets or sets the width of the line.
public double LineWidth { get; set; }
Property Value
- double
The width of the line.
- See Also
StartMarkerId
Gets or sets the start marker identifier.
public int StartMarkerId { get; set; }
Property Value
- int
The start marker identifier.
- See Also
Stretch
Gets or sets the stretch.
public double Stretch { get; set; }
Property Value
- double
The stretch.
- See Also