Skip to content

PersonPicture class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.PersonPicture Modifiers: public

Summary

        PersonPicture.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class PersonPicture
class Control
Control <|-- PersonPicture
class IDisposable {
    <>
}
IDisposable <|.. PersonPicture

Inherits from: Control

Implements: IDisposable

Constructors

NameSummary
.ctorInitializes a new instance of the [PersonPicture](# class.

Properties

NameSummary
BadgeGlyphGets or sets the badge glyph.
BadgeImageSourceGets or sets the badge image source.
BadgeNumberGets or sets the badge number.
BadgeTextGets or sets the badge text.
DisplayNameGets or sets the display name.
InitialsGets or sets the initials.
IsGroupGets or sets a value indicating whether this instance is group.
ProfilePictureGets or sets the profile picture.
TemplateSettingsGets the template settings.

Fields

NameSummary
static BadgeGlyphPropertyThe badge glyph property.
static BadgeImageSourcePropertyThe badge image source property.
static BadgeNumberPropertyThe badge number property.
static BadgeTextPropertyThe badge text property.
static DisplayNamePropertyThe display name property.
static InitialsPropertyThe initials property.
static IsGroupPropertyThe is group property.
static ProfilePicturePropertyThe profile picture property.
static TemplateSettingsPropertyThe template settings property.

Methods

NameSummary
DisposeDisposes resources.
OnApplyTemplateWhen template applied.
OnCreateAutomationPeerReturns class-specific automation peer.
Inherited members

See also