AllowResize Property (DashboardLayout)
In This Topic
Gets or sets a boolean value decides whether the tiles could be resized.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Property AllowResize As System.Boolean
'Usage
Dim instance As DashboardLayout
Dim value As System.Boolean
instance.AllowResize = value
value = instance.AllowResize
[System.ComponentModel.DefaultValue(true)]
public System.bool AllowResize {get; set;}
public read-write property AllowResize: System.Boolean;
System.ComponentModel.DefaultValueAttribute()
public function get,set AllowResize : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property System.bool get_AllowResize();
public: __property void set_AllowResize(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
property System.bool AllowResize {
System.bool get();
void set ( System.bool value);
}
See Also