WordProcessingShapeY Property |
Namespace: GroupDocs.Watermark.Contents.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double Y { get; set; }
Public Property Y As Double
Get
Set
public:
virtual property double Y {
double get () sealed;
void set (double value) sealed;
}
abstract Y : float with get, set
override Y : float with get, set
Property Value
Type:
DoubleThe y-coordinate of this
WordProcessingShape.
Implements
ITwoDObjectY
See Also