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