WordProcessingShapeVerticalAlignment Property |
Gets a value specifying how the shape is positioned vertically.
Namespace: GroupDocs.Watermark.Contents.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic WordProcessingVerticalAlignment VerticalAlignment { get; }
Public ReadOnly Property VerticalAlignment As WordProcessingVerticalAlignment
Get
public:
property WordProcessingVerticalAlignment VerticalAlignment {
WordProcessingVerticalAlignment get ();
}
member VerticalAlignment : WordProcessingVerticalAlignment with get
Property Value
Type:
WordProcessingVerticalAlignmentThe vertical alignment value.
See Also