• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • SharpDialogs
      • SharpDialogFilter
      • SharpDialogHelpers
      • SharpFileOpenDialog
      • SharpFileSaveDialog
      • SharpFolderBrowserDialog
      • SharpInputBox
      • SharpProgressDialog
    • SharpDialogs.Wpf
      • SharpFileOpenDialogWpf
      • SharpFileSaveDialogWpf
      • SharpFolderBrowserDialogWpf
      • SharpProgressDialogWpf
    • SharpWpfAboutBox
      • SharpAboutBox
      • SharpAppProperties

    Class SharpAppProperties

    Contains the assembly properties.

    Inheritance
    object
    SharpAppProperties
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: SharpWpfAboutBox
    Assembly: SharpWpfAboutBox.dll
    Syntax
    public class SharpAppProperties

    Properties

    | Edit this page View Source

    Company

    The company.

    Declaration
    public string Company { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Copyright

    The copyright.

    Declaration
    public string Copyright { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Description

    The description.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Icon

    The icon.

    Declaration
    public ImageSource? Icon { get; }
    Property Value
    Type Description
    ImageSource
    | Edit this page View Source

    InformationalVersion

    The informational version.

    Declaration
    public string InformationalVersion { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Product

    The product.

    Declaration
    public string Product { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReleaseDate

    Declaration
    public DateTime? ReleaseDate { get; }
    Property Value
    Type Description
    DateTime?
    | Edit this page View Source

    Title

    The title.

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Version

    The version.

    Declaration
    public Version? Version { get; }
    Property Value
    Type Description
    Version
    • Edit this page
    • View Source
    In this article
    Back to top Copyright Jérémy Ansel (c) 2025