Compartir a través de


Protection.UserInterface Property

User Interface.Represents the element tag in schema: c:userInterface

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

Syntax

'Declaración
Public Property UserInterface As UserInterface
    Get
    Set
'Uso
Dim instance As Protection
Dim value As UserInterface

value = instance.UserInterface

instance.UserInterface = value
public UserInterface UserInterface { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.UserInterface
Returns UserInterface.

See Also

Reference

Protection Class

Protection Members

DocumentFormat.OpenXml.Drawing.Charts Namespace