Freigeben über


Extrusion.LightHarsh Property

Primary Light Harshness Toggle.Represents the attribte in schema: lightharsh

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

Syntax

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

value = instance.LightHarsh

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

Property Value

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

See Also

Reference

Extrusion Class

Extrusion Members

DocumentFormat.OpenXml.Vml.Office Namespace