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