'Declaration
<System.ComponentModel.CategoryAttribute("Images")> <System.ComponentModel.DescriptionAttribute("Gets the set of images to be displayed by the "Restore" button.")> Public ReadOnly Property RestoreButtonImageSet As NUIItemImageSet
'Usage
Dim instance As NFrameAppearance Dim value As NUIItemImageSet value = instance.RestoreButtonImageSet
[System.ComponentModel.Category("Images")] [System.ComponentModel.Description("Gets the set of images to be displayed by the "Restore" button.")] public NUIItemImageSet RestoreButtonImageSet {get;}