Northwoods.GoSilverlight 1.1.3 Assembly
Resizable Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : Resizable Property

Gets or sets whether the user may resize this part.

Syntax

Visual Basic (Declaration) 
Public Property Resizable As Boolean
C# 
public bool Resizable {get; set;}

Property Value

The default value is false.

Remarks

In general one should call CanResize to see if a particular part is resizable, not get this property value.

See Also