Extrusion.LightLevel Property

Primary Light Intensity.Represents the attribte in schema: lightlevel

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

Syntax

'Declaration
<SchemaAttrAttribute(, "lightlevel")> _
Public Property LightLevel As StringValue
    Get
    Set
'Usage
Dim instance As Extrusion
Dim value As StringValue

value = instance.LightLevel

instance.LightLevel = value
[SchemaAttrAttribute(, "lightlevel")]
public StringValue LightLevel { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Extrusion Class

Extrusion Members

DocumentFormat.OpenXml.Vml.Office Namespace