ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TooltipBase Class / Gap Property






In This Topic
    Gap Property (TooltipBase)
    In This Topic
    Gets or sets the distance between the tooltip and the target element.
    Syntax
    'Declaration
     
    
    Public Property Gap As System.Integer
    'Usage
     
    
    Dim instance As TooltipBase
    Dim value As System.Integer
     
    instance.Gap = value
     
    value = instance.Gap
    public System.int Gap {get; set;}
    public read-write property Gap: System.Integer; 
    public function get,set Gap : System.int
    public: __property System.int get_Gap();
    public: __property void set_Gap( 
       System.int value
    );
    public:
    property System.int Gap {
       System.int get();
       void set (    System.int value);
    }
    See Also