Skip to main content

RatingContextButton.GetActualCheckedGlyph(ISkinProvider) Method

Returns the Image object specifying the checked point glyph actually assigned.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public Image GetActualCheckedGlyph(
    ISkinProvider provider = null
)

Optional Parameters

Name Type Default Description
provider DevExpress.Skins.ISkinProvider null

An ISkinProvider object.

Returns

Type Description
Image

The Image object specifying the checked point glyph actually assigned.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also