'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <SRCategoryAttribute("CatBehavior")> <SRDescriptionAttribute("UseCompatibleTextRenderingDescr")> Public Property UseCompatibleTextRendering As System.Boolean
'Usage
Dim instance As NImageFrameStyleButton Dim value As System.Boolean instance.UseCompatibleTextRendering = value value = instance.UseCompatibleTextRendering
[System.ComponentModel.DefaultValue(false)] [SRCategory("CatBehavior")] [SRDescription("UseCompatibleTextRenderingDescr")] public System.bool UseCompatibleTextRendering {get; set;}