Color3Type.RgbColorModelPercentage Property

RGB Color Model - Percentage Variant, this property is only available in Office2010.Represents the element tag in schema: a:scrgbClr

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property RgbColorModelPercentage As RgbColorModelPercentage
    Get
    Set
'Usage
Dim instance As Color3Type
Dim value As RgbColorModelPercentage

value = instance.RgbColorModelPercentage

instance.RgbColorModelPercentage = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public RgbColorModelPercentage RgbColorModelPercentage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage

See Also

Reference

Color3Type Class

Color3Type Members

DocumentFormat.OpenXml.Presentation Namespace