XFINIUM.PDF.View.Win Documentation
IconLayout Property



Xfinium.Pdf.View.Forms Namespace > PdfVisualPushButtonWidget Class : IconLayout Property
Gets or sets the layout for the widget icon.
Syntax
'Declaration
 
Public Property IconLayout As Xfinium.Pdf.Forms.PdfPushButtonIconLayout
'Usage
 
Dim instance As PdfVisualPushButtonWidget
Dim value As Xfinium.Pdf.Forms.PdfPushButtonIconLayout
 
instance.IconLayout = value
 
value = instance.IconLayout
public Xfinium.Pdf.Forms.PdfPushButtonIconLayout IconLayout {get; set;}
public:
property Xfinium.Pdf.Forms.PdfPushButtonIconLayout IconLayout {
   Xfinium.Pdf.Forms.PdfPushButtonIconLayout get();
   void set (    Xfinium.Pdf.Forms.PdfPushButtonIconLayout value);
}

Property Value

A Xfinium.Pdf.Forms.PdfPushButtonIconLayout that specifies the layout of the icon within the widget appearance.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualPushButtonWidget Class
PdfVisualPushButtonWidget Members