WindowMagnetizerThreshold Property
Gets or sets, in pixels, the minimum threshold that the magnetic window needs to dock it on the nearest window border.
(Default value is
20))
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 int Threshold { get; set; }
Public Overridable Property Threshold As Integer
Get
Set
Dim instance As WindowMagnetizer
Dim value As Integer
value = instance.Threshold
instance.Threshold = value
public:
virtual property int Threshold {
int get ();
void set (int value);
}
abstract Threshold : int with get, set
override Threshold : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The minimum threshold that the magnetic window needs to dock it on the nearest window border.