'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
[System.ComponentModel.Category("View")] [System.ComponentModel.Description("Controls the alignment of the scene relative to the window when the horizontal or vertical scrollbar must not be shown")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public virtual System.Drawing.ContentAlignment NonScrollableSceneAlignment {get; set;}