ShapeBase
DistanceRight Property
|
Gets or sets the distance between the document text and the right edge of the shape.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public double DistanceRight { get; set; }
Public Property DistanceRight As Double
Get
Set
public:
property double DistanceRight {
double get ();
void set (double value);
}
member DistanceRight : float with get, set
Property Value
Type:
Double
See Also