PDFView4NET WPF Edition
Align Property (PDFPushButtonWidget)




O2S.Components.PDFView4NET.Forms Namespace > PDFPushButtonWidget Class : Align Property
Gets or sets the caption alignment on the button.
Syntax
'Declaration
 
Public Property Align As PDFFieldTextAlign
'Usage
 
Dim instance As PDFPushButtonWidget
Dim value As PDFFieldTextAlign
 
instance.Align = value
 
value = instance.Align
public PDFFieldTextAlign Align {get; set;}
public: __property PDFFieldTextAlign get_Align();
public: __property void set_Align( 
   PDFFieldTextAlign value
);
public:
property PDFFieldTextAlign Align {
   PDFFieldTextAlign get();
   void set (    PDFFieldTextAlign value);
}

Property Value

A PDFFieldTextAlign enumeration member specifying the caption alignment on the button.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPushButtonWidget Class
PDFPushButtonWidget Members