Back to Devexpress

NormalViewProperties.SnapVerticalSplitter Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-normalviewproperties-e6f9431f.md

latest1.4 KB
Original Source

NormalViewProperties.SnapVerticalSplitter Property

Gets or sets whether the vertical splitter should be minimized if the side region has an insufficient size. Applications may ignore this setting.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool SnapVerticalSplitter { get; set; }
vb
Public Property SnapVerticalSplitter As Boolean

Property Value

TypeDescription
Boolean

true to minimize vertical splitter if the side region is too small; otherwise false.

|

Remarks

Note

Presentation applications (like PowerPoint, LibreOffice, or OpenOffice) may ignore this property.

See Also

NormalViewProperties Class

NormalViewProperties Members

DevExpress.Docs.Presentation Namespace