ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataLabelBase Class / Border Property






In This Topic
    Border Property (DataLabelBase)
    In This Topic
    Gets or sets a value indicating whether data labels have borders.
    Syntax
    'Declaration
     
    
    Public Property Border As System.Boolean
    'Usage
     
    
    Dim instance As DataLabelBase
    Dim value As System.Boolean
     
    instance.Border = value
     
    value = instance.Border
    public System.bool Border {get; set;}
    public read-write property Border: System.Boolean; 
    public function get,set Border : System.boolean
    public: __property System.bool get_Border();
    public: __property void set_Border( 
       System.bool value
    );
    public:
    property System.bool Border {
       System.bool get();
       void set (    System.bool value);
    }
    See Also