共用方式為


Rule.Max Property

Max Value.Represents the attribte in schema: max

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

Syntax

'Declaration
<SchemaAttrAttribute(, "max")> _
Public Property Max As DoubleValue
    Get
    Set
'Usage
Dim instance As Rule
Dim value As DoubleValue

value = instance.Max

instance.Max = value
[SchemaAttrAttribute(, "max")]
public DoubleValue Max { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

Rule Class

Rule Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace