Intersoft ClientUI Documentation
OnOrientationPropertyChanged Method (DisplayAxis)



The old value.
The new value.
Reformulates the grid when the orientation is changed. Grid is either separated into two columns or two rows. The title is inserted with the outermost section from the edge and an oriented panel is inserted into the innermost section.
Syntax
Protected Overrides Sub OnOrientationPropertyChanged( _
   ByVal oldValue As AxisOrientation, _
   ByVal newValue As AxisOrientation _
) 
Dim instance As DisplayAxis
Dim oldValue As AxisOrientation
Dim newValue As AxisOrientation
 
instance.OnOrientationPropertyChanged(oldValue, newValue)
protected override void OnOrientationPropertyChanged( 
   AxisOrientation oldValue,
   AxisOrientation newValue
)
protected:
void OnOrientationPropertyChanged( 
   AxisOrientation oldValue,
   AxisOrientation newValue
) override 

Parameters

oldValue
The old value.
newValue
The new value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DisplayAxis Class
DisplayAxis Members

Send Feedback