Class OdPen
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen
- Assembly
- Aspose.Imaging.dll
The open document pen
public class OdPen
- Inheritance
-
OdPen
- Inherited Members
Constructors
OdPen()
public OdPen()
Properties
Brush
Gets or sets the brush.
public OdBrush Brush { get; set; }
Property Value
- OdBrush
The brush.
PenStyle
Gets or sets the pen style.
public OdPenStyle PenStyle { get; set; }
Property Value
- OdPenStyle
The pen style.
Width
Gets or sets the width.
public int Width { get; set; }
Property Value
- int
The width.