Nevron.Diagram.WinForm Namespace / NView Class / NonScrollableSceneAlignment Property


NonScrollableSceneAlignment Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("View")>
<System.ComponentModel.DescriptionAttribute("Controls the alignment of the scene relative to the window when the horizontal or vertical scrollbar must not be shown")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Overridable Property NonScrollableSceneAlignment As System.Drawing.ContentAlignment
 
'Usage
 
Dim instance As NView
Dim value As System.Drawing.ContentAlignment
 
instance.NonScrollableSceneAlignment = value
 
value = instance.NonScrollableSceneAlignment
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