Gets or sets the Windows Runtime TextBlock object to use with this label renderer.
public TextBlock LabelVisual {get; set;}
'Declaration
Public Property LabelVisual As TextBlock
'Usage
Dim instance As AnnLabelRenderer
Dim value As TextBlock
instance.LabelVisual = value
value = instance.LabelVisual
public TextBlock LabelVisual {get; set;}
<br/>get_LabelVisual();<br/>set_LabelVisual(value);<br/>Object.defineProperty('LabelVisual');
Property Value
The Windows Runtime TextBlock object to use with this label renderer. Default value is
null.