Class OdStyledObject
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The open document styled graphic object.
public class OdStyledObject : OdGraphicObject
- Inheritance
-
OdStyledObject
- Derived
- Inherited Members
Constructors
OdStyledObject(OdObject)
Initializes a new instance of the OdStyledObject class.
public OdStyledObject(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Rectangle
Gets or sets the rectangle.
public RectangleF Rectangle { get; set; }
Property Value
- RectangleF
The rectangle.
Style
Gets or sets the style.
public OdGraphicStyle Style { get; set; }
Property Value
- OdGraphicStyle
The style.