CompositionProjectedShadow.MaxOpacity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property float MaxOpacity { float get(); void set(float value); };
float MaxOpacity();
void MaxOpacity(float value);
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
float MaxOpacity();
void MaxOpacity(float value);
public float MaxOpacity { get; set; }
[Windows.Foundation.Metadata.Experimental]
public float MaxOpacity { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var single = compositionProjectedShadow.maxOpacity;
compositionProjectedShadow.maxOpacity = single;
Public Property MaxOpacity As Single
Property Value
float
- Attributes