EnableMarkup Property
Description
Allows the use of a XAML snippet to be used for the Caption of tab buttons in this control.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property EnableMarkup() As Boolean
Remarks
If set to True and a valid XAML snippet is set to the Caption of tab buttons in this control, then the Caption of the tab buttons will be displayed as rendered XAML.
If set to False, then any text in the Caption, even if valid XAML, will get displayed in plain text.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.