Accusoft.PdfXpress7.Net
VerticalAlignment Property




Gets and sets an indicator of the PageArtifact's VerticalAlignment.
Syntax
'Declaration
 
Public Property VerticalAlignment As VerticalAlignment
'Usage
 
Dim instance As PageArtifactOptions
Dim value As VerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
public VerticalAlignment VerticalAlignment {get; set;}
public: __property VerticalAlignment get_VerticalAlignment();
public: __property void set_VerticalAlignment( 
   VerticalAlignment value
);
public:
property VerticalAlignment VerticalAlignment {
   VerticalAlignment get();
   void set (    VerticalAlignment value);
}
Remarks

The default value is Top.

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback