Compartir a través de


TintEffect.Amount Property

Amount.Represents the attribte in schema: amt

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

Syntax

'Declaration
<SchemaAttrAttribute(, "amt")> _
Public Property Amount As Int32Value
    Get
    Set
'Usage
Dim instance As TintEffect
Dim value As Int32Value

value = instance.Amount

instance.Amount = value
[SchemaAttrAttribute(, "amt")]
public Int32Value Amount { 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 by how much the color value is shifted.

The possible values for this attribute are defined by the ST_FixedPercentage simple type.

See Also

Reference

TintEffect Class

TintEffect Members

DocumentFormat.OpenXml.Drawing Namespace