ShapeBase
BehindText Property
|
Gets or sets the boolean a valut. Specifies whether the shape is below or above text.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool BehindText { get; set; }
Public Property BehindText As Boolean
Get
Set
public:
property bool BehindText {
bool get ();
void set (bool value);
}
member BehindText : bool with get, set
Property Value
Type:
Boolean
See Also