Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Tooltip Class / Padding Property

In This Topic
    Padding Property (C1Tooltip)
    In This Topic
    Gets or sets the padding of the Content.
    Syntax
    'Declaration
     
    
    Public Property Padding As C1Thickness
    public C1Thickness Padding {get; set;}
    See Also