ColorFormatFloatR 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: 20.3.0.0 (20.3)
Syntaxpublic float FloatR { get; set; }
Public Property FloatR As Single
Get
Set
public:
virtual property float FloatR {
float get () sealed;
void set (float value) sealed;
}
abstract FloatR : float32 with get, set
override FloatR : float32 with get, set
Property Value
Type:
SingleImplements
IColorFormatFloatR
See Also