View.EnableStyle Method
Enables or disables a named style for the view.
EnableStyle(System.String style, System.Boolean enable)
Enables or disables a named style for the view.Syntax
public void EnableStyle (
System.String style,
System.Boolean enable
)
Parameters
The name of the style.
True to enable the style, False to disable it.
Remarks
Enabling or disabling a style with this method will set or remove an update attribute on the view, that will be propagated to layers, operators, visualizers and datasets when the view is updated. The name of the attribute will be NamedStyle_<style>, and the value True. The operators, visualizers etc may use this update attribute to implement the style, for instance by selecting different color schemes if the update attribute is present or not.
Note that update attributes are passed down to child layers during an update; setting a style on a View may affect all its child layers. A child layer may also define its own named styles, which only affect that layer and its child layers.
You can find out which styles a view recognizes with the NamedStyles property.
Platforms
Windows, Linux, Android