ImageGear .NET - Updated
Padding Property (ImGearARTPopupText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTPopupText Class : Padding Property
Gets or sets a value indicating the thickness of padding space between the boundaries of the content area and the annotation border.
Syntax
'Declaration
 
Public Property Padding As ImGearARTThickness
'Usage
 
Dim instance As ImGearARTPopupText
Dim value As ImGearARTThickness
 
instance.Padding = value
 
value = instance.Padding
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);
}

Property Value

ImGearARTThickness structure instance.
See Also

Reference

ImGearARTPopupText Class
ImGearARTPopupText Members