Describes how the view is adjusted when the control is resized.
public enum ResizeBehaviorMode
kind:method, kind:property, kind:ctor. Press Esc to clear.CustomUse custom resize logic via virtual method.MaintainCenterMaintain the center point of the viewport during resize.MaintainTopLeftMaintain the top-left position during resize.MaintainZoomMaintain zoom level and adjust position proportionally.NoneNo special handling. View stays as-is during resize.ReapplyStretchReapply the current stretch mode on resize.