CompositionProjectedShadow.OpacityFalloff 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 amount of opacity falloff.
public:
property float OpacityFalloff { float get(); void set(float value); };
float OpacityFalloff();
void OpacityFalloff(float value);
public float OpacityFalloff { get; set; }
var single = compositionProjectedShadow.opacityFalloff;
compositionProjectedShadow.opacityFalloff = single;
Public Property OpacityFalloff As Single
Property Value
Single
float
The amount of opacity falloff.