TablePositioning
DistanceFromBottom Property
|
Gets or sets the distance from bottom.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public float DistanceFromBottom { get; set; }
Public Property DistanceFromBottom As Single
Get
Set
public:
property float DistanceFromBottom {
float get ();
void set (float value);
}
member DistanceFromBottom : float32 with get, set
Property Value
Type:
Single
The distance from bottom.
See Also