EnableMarkup Property
Description
Allows the use of a XAML snippet to be used for the Label of gallery items 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 Label of gallery items in this control, then the Label will be displayed as rendered XAML.
If set to False, then any text in the Label, even if valid XAML, will be displayed in plain text.
Use MarkupContext to link events in XAML with Subroutines or Functions in your code.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.