Share via


HorizontalListLayout.CanResize Property

Gets a boolean value indicating whether the CurrentViewModel instance can be resized.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public ReadOnly Property CanResize As Boolean
public bool CanResize { get; }
public:
property bool CanResize {
    bool get ();
}
public function get CanResize () : boolean

Field Value

truetrue (True in Visual Basic) if the CurrentViewModel instance can be resized; Otherwise falsefalse (False in Visual Basic).

See Also

HorizontalListLayout Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace