HUDFormOpacity Property
Gets or sets the opacity level of this
HUDForm.
Namespace: DevCase.ThirdParty.SharpDXAssembly: DevCase.net48.ThirdParty.SharpDX (in DevCase.net48.ThirdParty.SharpDX.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public double Opacity { get; set; }
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Property Opacity As Double
Get
Set
Dim instance As HUDForm
Dim value As Double
value = instance.Opacity
instance.Opacity = value
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
property double Opacity {
double get ();
void set (double value);
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member Opacity : float with get, set
No code example is currently available or this language may not be supported.
Property Value
Double
The opacity.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
SharpDX