ImageGear .NET v24.12 - Updated
Padding Property (IImGearARTPopupText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPopupText Interface : 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
 
Property Padding As ImGearARTThickness
'Usage
 
Dim instance As IImGearARTPopupText
Dim value As ImGearARTThickness
 
instance.Padding = value
 
value = instance.Padding
ImGearARTThickness Padding {get; set;}
__property ImGearARTThickness get_Padding();
__property void set_Padding( 
   ImGearARTThickness value
);
property ImGearARTThickness Padding {
   ImGearARTThickness get();
   void set (    ImGearARTThickness value);
}

Property Value

ImGearARTThickness structure instance.
See Also

Reference

IImGearARTPopupText Interface
IImGearARTPopupText Members