ImageGear for .NET
Padding Property (ImGearARTPopupText)




Gets or sets a value indicating the thickness of padding space between the boundaries of the content area and the annotation border.
Syntax
public ImGearARTThickness Padding {get; set;}
public: __property ImGearARTThickness get_Padding();
public: __property void set_Padding( 
   ImGearARTThickness value
);
public:
property ImGearARTThickness Padding {
   ImGearARTThickness get();
   void set (    ImGearARTThickness value);
}
'Declaration
 
Public Property Padding As ImGearARTThickness
 
'Usage
 
Dim instance As ImGearARTPopupText
Dim value As ImGearARTThickness
 
instance.Padding = value
 
value = instance.Padding

Property Value

ImGearARTThickness structure instance.
See Also

Reference

ImGearARTPopupText Class
ImGearARTPopupText Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback