Share via


LatentStyles.DefaultLockedState Property

Default Style Locking Setting.Represents the attribte in schema: w:defLockedState

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "defLockedState")> _
Public Property DefaultLockedState As OnOffValue
    Get
    Set
'Usage
Dim instance As LatentStyles
Dim value As OnOffValue

value = instance.DefaultLockedState

instance.DefaultLockedState = value
[SchemaAttrAttribute(, "defLockedState")]
public OnOffValue DefaultLockedState { get; set; }

Property Value

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

See Also

Reference

LatentStyles Class

LatentStyles Members

DocumentFormat.OpenXml.Wordprocessing Namespace