Responder Developer Guide
FlatMode Property


Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<LocalizedDescriptionAttribute("Determines if flatStyle rendering will be used to draw the element")>
<DefaultValueAttribute()>
<LocalizedCategoryAttribute("Appearance")>
<BrowsableAttribute(False)>
<ObsoleteAttribute("The 'FlatMode' property has been deprecated to support application styling. Use the 'UseFlatMode' property instead.")>
Public Property FlatMode As Boolean
'Usage
 
Dim instance As UltraGridSafe
Dim value As Boolean
 
instance.FlatMode = value
 
value = instance.FlatMode
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[LocalizedDescription("Determines if flatStyle rendering will be used to draw the element")]
[DefaultValue()]
[LocalizedCategory("Appearance")]
[Browsable(false)]
[Obsolete("The 'FlatMode' property has been deprecated to support application styling. Use the 'UseFlatMode' property instead.")]
public bool FlatMode {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UltraGridSafe Class
UltraGridSafe Members

 

 


Send Comment