Class SharpAppProperties
Contains the assembly properties.
Inherited Members
Namespace: SharpWpfAboutBox
Assembly: SharpWpfAboutBox.dll
Syntax
public class SharpAppProperties
Properties
| Edit this page View SourceCompany
The company.
Declaration
public string Company { get; }
Property Value
| Type | Description |
|---|---|
| string |
Copyright
The copyright.
Declaration
public string Copyright { get; }
Property Value
| Type | Description |
|---|---|
| string |
Description
The description.
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Icon
The icon.
Declaration
public ImageSource? Icon { get; }
Property Value
| Type | Description |
|---|---|
| ImageSource |
InformationalVersion
The informational version.
Declaration
public string InformationalVersion { get; }
Property Value
| Type | Description |
|---|---|
| string |
Product
The product.
Declaration
public string Product { get; }
Property Value
| Type | Description |
|---|---|
| string |
ReleaseDate
Declaration
public DateTime? ReleaseDate { get; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Title
The title.
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| string |
Version
The version.
Declaration
public Version? Version { get; }
Property Value
| Type | Description |
|---|---|
| Version |