Extrusion.LightHarsh2 Property

Secondary Light Harshness Toggle.Represents the attribte in schema: lightharsh2

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "lightharsh2")> _
Public Property LightHarsh2 As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Extrusion
Dim value As TrueFalseValue

value = instance.LightHarsh2

instance.LightHarsh2 = value
[SchemaAttrAttribute(, "lightharsh2")]
public TrueFalseValue LightHarsh2 { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

Extrusion Class

Extrusion Members

DocumentFormat.OpenXml.Vml.Office Namespace