Description
Gets or sets the overall brightness for the night light's image overlay,
Night Overlay.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property NightLightsIntensity() As Single
|
[C#] |
---|
public float NightLightsIntensity {get; set;}
|
[Managed C++] |
---|
public: __property float get_NightLightsIntensity(); public: __property void set_NightLightsIntensity(
float
);
|
[Unmanaged C++] |
---|
public: HRESULT get_NightLightsIntensity(
float * pRetVal
);
public: HRESULT put_NightLightsIntensity(
float NightLightsIntensity
);
|
[Java] |
---|
public float getNightLightsIntensity();
public void setNightLightsIntensity(
float
);
|
[Python - STK API ] |
---|
@property
def NightLightsIntensity(self) -> float:
@NightLightsIntensity.setter
def NightLightsIntensity(self, NightLightsIntensity:float) -> None:
|
Remarks
See Also