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

Gets or sets the multiple used to resize.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Northwoods.GoXam.Route+SizeConverter, Northwoods.GoSilverlight, Version=1.1.3.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")>
Public Property ResizeCellSize As Size
C# 
[TypeConverterAttribute("Northwoods.GoXam.Route+SizeConverter, Northwoods.GoSilverlight, Version=1.1.3.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")]
public Size ResizeCellSize {get; set;}

Property Value

The default Size is NaNxNaN in model units. A value of NaN means that that the resize width or height multiple is taken from the Northwoods.GoXam.Tool.ResizingTool or from a node behind it that has DragOverSnapEnabled (the DragOverSnapCellSize) or from the diagram if it has GridSnapEnabled (the GridSnapCellSize). Any new width or height value must be a positive non-infinite number or NaN.

See Also