Search Results for

    Show / Hide Table of Contents

    Class LanguageViewModel

    Language viewmodel

    Inheritance
    System.Object
    LanguageViewModel
    Namespace: Simplic.Authentication.UI
    Assembly: Simplic.Authentication.UI.dll
    Syntax
    public class LanguageViewModel : UI.MVC.ViewModelBase

    Properties

    | Improve this Doc View Source

    CultureInfo

    Gets or sets the culture info

    Declaration
    public CultureInfo CultureInfo { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo
    | Improve this Doc View Source

    Image

    Gets or sets the language image

    Declaration
    public BitmapImage Image { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Imaging.BitmapImage
    | Improve this Doc View Source

    Name

    Gets or sets the language name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx