'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Panel")> <System.ComponentModel.DescriptionAttribute("Whether this panel should use 2D raster image map.")> Public Property Use2DRasterImageMap As System.Boolean
'Usage
Dim instance As NPanel Dim value As System.Boolean instance.Use2DRasterImageMap = value value = instance.Use2DRasterImageMap
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Panel")] [System.ComponentModel.Description("Whether this panel should use 2D raster image map.")] public System.bool Use2DRasterImageMap {get; set;}