'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the name of the frame appearance.")> <System.ComponentModel.DefaultValueAttribute("")> Public Property Name As System.String
'Usage
Dim instance As NFrameAppearance Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.Description("Gets/sets the name of the frame appearance.")] [System.ComponentModel.DefaultValue("")] public System.string Name {get; set;}