RgbColorModelPercentage.BluePortion Property
Blue.Represents the attribte in schema: b
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "b")> _
Public Property BluePortion As Int32Value
Get
Set
'使用
Dim instance As RgbColorModelPercentage
Dim value As Int32Value
value = instance.BluePortion
instance.BluePortion = value
[SchemaAttrAttribute(, "b")]
public Int32Value BluePortion { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the percentage of blue.
The possible values for this attribute are defined by the ST_Percentage simple type.