Click or drag to resize

DocumentViewerSeparator Property

Gets the properties used for the separator.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public SeparatorProperties Separator { get; }

Property Value

Type: SeparatorProperties
The separator properties.
Examples
_viewer.Separator.Mode = ControlSeparator.Splitter;
_viewer.Separator.MinSize = 100;
_viewer.Separator.MinExtra = 100;
_viewer.Separator.Size = 6;
See Also