WatermarkAnnotationVerticalAlignment Property |
Gets or sets watermark vertical alignment on document
Namespace: GroupDocs.Annotation.Models.AnnotationModelsAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic VerticalAlignment VerticalAlignment { get; set; }
Public Property VerticalAlignment As VerticalAlignment
Get
Set
public:
virtual property VerticalAlignment VerticalAlignment {
VerticalAlignment get () sealed;
void set (VerticalAlignment value) sealed;
}
abstract VerticalAlignment : VerticalAlignment with get, set
override VerticalAlignment : VerticalAlignment with get, set
Property Value
Type:
VerticalAlignmentImplements
IVerticalAlignmentVerticalAlignment
See Also