windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedit-67eb76a8.md
Provides access to options specifying vector or raster glyphs for the check box in the checked, unchecked and indeterminate states.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public CheckImageOptions ImageOptions { get; }
<DXCategory("Appearance")>
Public ReadOnly Property ImageOptions As CheckImageOptions
| Type | Description |
|---|---|
| DevExpress.Utils.Drawing.CheckImageOptions |
A DevExpress.Utils.Drawing.CheckImageOptions object that comprises options specifying vector or raster glyphs for the check box in the checked, unchecked and indeterminate states.
|
If the CheckBoxOptions.Style property (see RepositoryItemCheckEdit.CheckBoxOptions) is set to Custom , you can use ImageOptions to customize the check box glyph in the unchecked, checked and indeterminate states. To customize glyphs you can:
specify vector glyphs and their size:
specify raster glyphs:
specify an image collection and use image indexes to specify glyphs:
specify URIs of images in the DX Image Gallery:
Tip
You can also enable a predefined vector glyph (e.g., thumb, toggle, heart) that is automatically colored and scaled according to the skin, palette and DPI setting. See RepositoryItemCheckEdit.CheckBoxOptions for details.
See Also