CompositionProjectedShadow.MinOpacity 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 minimum opacity of the shadow.
public:
property float MinOpacity { float get(); void set(float value); };
float MinOpacity();
void MinOpacity(float value);
public float MinOpacity { get; set; }
var single = compositionProjectedShadow.minOpacity;
compositionProjectedShadow.minOpacity = single;
Public Property MinOpacity As Single
Property Value
Single
float
The minimum opacity of the shadow.