ColorType.RgbColorModelPercentage Property

RGB Color Model - Percentage Variant.Represents the element tag in schema: a:scrgbClr

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

Syntax

'Declaration
Public Property RgbColorModelPercentage As RgbColorModelPercentage
    Get
    Set
'Usage
Dim instance As ColorType
Dim value As RgbColorModelPercentage

value = instance.RgbColorModelPercentage

instance.RgbColorModelPercentage = value
public RgbColorModelPercentage RgbColorModelPercentage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage
Returns RgbColorModelPercentage.

See Also

Reference

ColorType Class

ColorType Members

DocumentFormat.OpenXml.Presentation Namespace