Class OdPen
Class OdPen
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Pen
Assembly: Aspose.Imaging.dll (25.2.0)
The open document pen
[JsonObject(MemberSerialization.OptIn)]
public class OdPen
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdPen()
public OdPen()
Properties
Brush
Gets or sets the brush.
[JsonProperty]
public OdBrush Brush { get; set; }
Property Value
PenStyle
Gets or sets the pen style.
[JsonProperty]
public OdPenStyle PenStyle { get; set; }
Property Value
Width
Gets or sets the width.
[JsonProperty]
public int Width { get; set; }