ParagraphProperties
Depth Property
|
Gets or sets a depth of a paragraph.
Read/write
Int16
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public short Depth { get; set; }
Public Property Depth As Short
Get
Set
public:
property short Depth {
short get ();
void set (short value);
}
member Depth : int16 with get, set
Property Value
Type:
Int16
See Also