ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPopupText Class / Padding Property




In This Topic
    Padding Property (ImGearARTPopupText)
    In This Topic
    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