ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SplitGroup Class / Size Property






In This Topic
    Size Property (SplitGroup)
    In This Topic
    Gets or sets the size of the tile.
    Syntax
    'Declaration
     
    
    Public Property Size As System.String
    'Usage
     
    
    Dim instance As SplitGroup
    Dim value As System.String
     
    instance.Size = value
     
    value = instance.Size
    public System.string Size {get; set;}
    public read-write property Size: System.String; 
    public function get,set Size : System.String
    public: __property System.string* get_Size();
    public: __property void set_Size( 
       System.string* value
    );
    public:
    property System.String^ Size {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also