Skip to content

ResizeMode

Summary

Types of resize modes for windows

Signature

1
public enum ResizeMode

Namespace

cAlgo.API

See Also

Fields

NoResize

Summary

For windows that cannot be resized

Signature

1
ResizeMode.NoResize;

Return Value

ResizeMode

CanMinimize

Summary

For windows that can only be minimized

Signature

1
ResizeMode.CanMinimize;

Return Value

ResizeMode

CanResize

Summary

For windows that can be resized from all directions

Signature

1
ResizeMode.CanResize;

Return Value

ResizeMode

CanResizeWithGrip

Summary

For windows that can only be resized by the bottom edge resize grip

Signature

1
ResizeMode.CanResizeWithGrip;

Return Value

ResizeMode