WindowMovingOpacityEnableMoveOpacity Property
Gets or sets a value indicating whether the transparency is enabled when moving the window.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual bool EnableMoveOpacity { get; set; }
Public Overridable Property EnableMoveOpacity As Boolean
Get
Set
Dim instance As WindowMovingOpacity
Dim value As Boolean
value = instance.EnableMoveOpacity
instance.EnableMoveOpacity = value
public:
virtual property bool EnableMoveOpacity {
bool get ();
void set (bool value);
}
abstract EnableMoveOpacity : bool with get, set
override EnableMoveOpacity : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if transparency is enabled; otherwise,
.