Gets the position of the right edge of the containing block 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 Right { get; }
Public ReadOnly Property Right As Double
Get
public:
property double Right {
double get ();
}
member Right : float with get
Property Value
Type:
Double
See Also