CheckSymbolStyle Property
Gets or sets the symbol used as checkmark.
Syntax
'Declaration Public Property CheckSymbolStyle As PDFCheckSymbolStyle
'Usage Dim instance As PDFCheckWidget Dim value As PDFCheckSymbolStyle instance.CheckSymbolStyle = value value = instance.CheckSymbolStyle
public PDFCheckSymbolStyle CheckSymbolStyle {get; set;}
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also