Intersoft.Client.UI.Aqua.UXDock Namespace > UXDock Class : IndicatorSource Property |
<CategoryAttribute("Indicator")> Public Property IndicatorSource As ImageSource
Dim instance As UXDock Dim value As ImageSource instance.IndicatorSource = value value = instance.IndicatorSource
[CategoryAttribute("Indicator")] public ImageSource IndicatorSource {get; set;}
[CategoryAttribute("Indicator")] public: property ImageSource^ IndicatorSource { ImageSource^ get(); void set ( ImageSource^ value); }
Each button also has an indicator element, which indicated the last selected button.
Important thing to be noted is that by default each button has an indicator that take place below the button. You need to make sure that there is enough space specified from DockMargin. Alternatively you can change the position of Indicator from IndicatorOffset property.
Follows are settings related to indicator appearances:
XAML |
Copy Code
|
---|---|
<Intersoft:UXDock IndicatorSource="newIndicator.jpg"> </Intersoft:UXDock> |
Properties related to indicator settings are available UXDock level and UXDockButton level. Modifying the properties at UXDock level will apply to all buttons belong to UXDock.
On the other hand, modifying the value at UXDockButton level will only apply to that specified button.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2