Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor.UI Namespace / TooltipStyle Class / Margins Property

In This Topic
    Margins Property (TooltipStyle)
    In This Topic
    Gets or sets the thickness of the margins around the element.
    Syntax
    'Declaration
     
    
    Public Overrides Property Margins As C1.Framework.Thickness
    public override C1.Framework.Thickness Margins {get; set;}
    See Also