Persistate API documentation
ShouldResize Enumeration
NamespacesPersistate.UI.DesktopShouldResize

[This is preliminary documentation and is subject to change.]

Enumerates the possible values for how IPControls should be resized when the size of their container changes
Declaration Syntax
C#
[FlagsAttribute]
public enum ShouldResize
Members
MemberDescription
Neither The control should not be resized.
Horizontal The control should be resized in the horizontal direction only.
Vertical The control should be resized in the vertical direction only.
Both The control should be resized in both directions.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)