WordProcessingShapeX Property |
Gets or sets the horizontal offset of this
WordProcessingShape from page left border in points.
Namespace: GroupDocs.Watermark.Contents.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double X { get; set; }
Public Property X As Double
Get
Set
public:
virtual property double X {
double get () sealed;
void set (double value) sealed;
}
abstract X : float with get, set
override X : float with get, set
Property Value
Type:
DoubleThe x-coordinate of this
WordProcessingShape.
Implements
ITwoDObjectX
See Also