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¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [PersonPicture](# class. |
Properties¶
| Name | Summary |
|---|---|
| BadgeGlyph | Gets or sets the badge glyph. |
| BadgeImageSource | Gets or sets the badge image source. |
| BadgeNumber | Gets or sets the badge number. |
| BadgeText | Gets or sets the badge text. |
| DisplayName | Gets or sets the display name. |
| Initials | Gets or sets the initials. |
| IsGroup | Gets or sets a value indicating whether this instance is group. |
| ProfilePicture | Gets or sets the profile picture. |
| TemplateSettings | Gets the template settings. |
Fields¶
| Name | Summary |
|---|---|
| static BadgeGlyphProperty | The badge glyph property. |
| static BadgeImageSourceProperty | The badge image source property. |
| static BadgeNumberProperty | The badge number property. |
| static BadgeTextProperty | The badge text property. |
| static DisplayNameProperty | The display name property. |
| static InitialsProperty | The initials property. |
| static IsGroupProperty | The is group property. |
| static ProfilePictureProperty | The profile picture property. |
| static TemplateSettingsProperty | The template settings property. |
Methods¶
| Name | Summary |
|---|---|
| Dispose | Disposes resources. |
| OnApplyTemplate | When template applied. |
| OnCreateAutomationPeer | Returns class-specific automation peer. |