IColorFormatFloatR Property |
Returns or sets the red component of a color. All color transformations are ignored.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.1.0.0 (21.1)
Syntaxfloat FloatR { get; set; }
Property FloatR As Single
Get
Set
property float FloatR {
float get ();
void set (float value);
}
abstract FloatR : float32 with get, set
Property Value
Type:
Single
See Also