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.
Gets or sets the maximum opacity of the shadow.
public:
property float MaxOpacity { float get(); void set(float value); };
float MaxOpacity();
void MaxOpacity(float value);
public float MaxOpacity { get; set; }
var single = compositionProjectedShadow.maxOpacity;
compositionProjectedShadow.maxOpacity = single;
Public Property MaxOpacity As Single
Property Value
Single
float
The maximum opacity of the shadow.