ColorChangeEffectiveDataUseAlpha Property |
Returns a boolean value which determines if alpha component should be used.
Read-only
Boolean.
Namespace:
Aspose.Slides.Effects
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool UseAlpha { get; }Public ReadOnly Property UseAlpha As Boolean
Get
public:
virtual property bool UseAlpha {
bool get () sealed;
}abstract UseAlpha : bool with get
override UseAlpha : bool with get
Property Value
Type:
BooleanImplements
IColorChangeEffectiveDataUseAlpha
See Also