Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / CheckBox Class / CheckedSymbol Property
Example


In This Topic
    CheckedSymbol Property
    In This Topic
    Gets or sets the DataTemplate that will be used to define the checkmark when the CheckBox is in its Checked state.
    Syntax
    'Declaration
     
    
    Public Property CheckedSymbol As DataTemplate
    'Usage
     
    
    Dim instance As CheckBox
    Dim value As DataTemplate
     
    instance.CheckedSymbol = value
     
    value = instance.CheckedSymbol
    public DataTemplate CheckedSymbol {get; set;}
    Remarks
     
    Example
    <xctk:CheckBox.CheckedSymbol>
      <DataTemplate>
        <Path Data="F1 M 9.97498,1.22334L 4.6983,9.09834: 452164,9.09834L 0,5.19331L 1.27664,3.52165L 4.255,6.08833L 8.33331,1.52588e-005L 9.97498,1.22334 Z"
              Fill="Green"
              Aspect="Fill"/>
      </DataTemplate>
    </xctk:CheckBox.CheckedSymbol>
    Requirements

    Target Platforms: Windows 11, Windows 10, 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