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






In This Topic
    Size Property (SplitTile)
    In This Topic
    Gets or sets the size of the tile.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.I.br)>
    Public Property Size As System.String
    'Usage
     
    
    Dim instance As SplitTile
    Dim value As System.String
     
    instance.Size = value
     
    value = instance.Size
    [JsonConverter(C1.Web.Mvc.I.br)]
    public System.string Size {get; set;}
    public read-write property Size: System.String; 
    JsonConverterAttribute(C1.Web.Mvc.I.br)
    public function get,set Size : System.String
    [JsonConverter(C1.Web.Mvc.I.br)]
    public: __property System.string* get_Size();
    public: __property void set_Size( 
       System.string* value
    );
    [JsonConverter(C1.Web.Mvc.I.br)]
    public:
    property System.String^ Size {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also