NormalViewRestoredProperties

NormalViewRestoredProperties class

Specifies the sizing of the slide region ((width when a child of restoredTop, height when a child of restoredLeft) of the normal view, when the region is of a variable restored size(neither minimized nor maximized).

getAutoAdjust

NameDescription
getAutoAdjust ()Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application Read/write boolean.

Returns: boolean


getDimensionSize

NameDescription
getDimensionSize ()Specifies the size of the slide region (width when a child of RestoredTop, height when a child of RestoredLeft). Read/write float.

Returns: float

Exception

ErrorCondition
ArgumentOutOfRangeExceptionThrows when value less than 0 ar greater than 100.

setAutoAdjust

NameDescription
setAutoAdjust (boolean)Specifies whether the size of the side content region should compensate for the new size when resizing the window containing the view within the application Read/write boolean.

Returns: void


setDimensionSize

NameDescription
setDimensionSize (float)Specifies the size of the slide region (width when a child of RestoredTop, height when a child of RestoredLeft). Read/write float.

Returns: void

Exception

ErrorCondition
ArgumentOutOfRangeExceptionThrows when value less than 0 ar greater than 100.