DevFloatingPictureFitBoundsToWorkingArea Property

Gets or sets a value indicating whether to fit the control bounds to the desktop working area.

if this value is False, the control can overlap the desktop taskbar bounds.

Default value is False.

Definition

Namespace: DevCase.UI.Components
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool FitBoundsToWorkingArea { get; set; }

Property Value

Boolean

See Also