OverlayMinimumSize Property |
Gets or sets the minimum size of the overlay. The overlay will never be smaller than this size,
even if the overlay's
Size is specified as a percentage of its parent and its parent
is very small. It will also not become smaller than this size as a result of a
Scale
transformation.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual ScreenOverlaySize MinimumSize { get; set; }
Public Overridable Property MinimumSize As ScreenOverlaySize
Get
Set
public:
virtual property ScreenOverlaySize MinimumSize {
ScreenOverlaySize get ();
void set (ScreenOverlaySize value);
}
abstract MinimumSize : ScreenOverlaySize with get, set
override MinimumSize : ScreenOverlaySize with get, set
Property Value
Type:
ScreenOverlaySizeSee Also