Constraint.Fact Property

Factor.Represents the attribte in schema: fact

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fact")> _
Public Property Fact As DoubleValue
    Get
    Set
'Usage
Dim instance As Constraint
Dim value As DoubleValue

value = instance.Fact

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

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

Constraint Class

Constraint Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace