Intersoft ClientUI Documentation
PointerTemplate Property (UXTickBar)



Gets or sets the template of pointer element.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PointerTemplate As DataTemplate
Dim instance As UXTickBar
Dim value As DataTemplate
 
instance.PointerTemplate = value
 
value = instance.PointerTemplate
[CategoryAttribute("Common Properties")]
public DataTemplate PointerTemplate {get; set;}
[CategoryAttribute("Common Properties")]
public:
property DataTemplate^ PointerTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ value);
}
Remarks

You can use PointerTemplate property to fully customize the appearance of the pointer. For more information on how to customize the pointer appearance using PointerTemplate, see How-to: Customize Pointer Element in UXTickBar.

Requirements

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

See Also

Reference

UXTickBar Class
UXTickBar Members
UXTickBar

Send Feedback