Search Results for

    Show / Hide Table of Contents

    Class Style

    A style to be applied to text.

    Inheritance
    Object
    Style
    Namespace: NipoSoftware.Nfield.Interviewing.Contracts.Data
    Assembly: NipoSoftware.Nfield.Interviewing.Contracts.Monodroid.dll
    Syntax
    public class Style : Object

    Constructors

    Style()

    Declaration
    public Style()

    Properties

    BackgroundColor

    back ground color if most significant bit is set: use default color

    Declaration
    public int BackgroundColor { get; set; }
    Property Value
    Type Description
    Int32

    FontName

    font name

    Declaration
    public string FontName { get; set; }
    Property Value
    Type Description
    String

    FontSizeInPoints

    font size in points

    Declaration
    public int FontSizeInPoints { get; set; }
    Property Value
    Type Description
    Int32

    FontStyle

    style of font

    Declaration
    public FontStyles FontStyle { get; set; }
    Property Value
    Type Description
    FontStyles

    ForegroundColor

    text color if most significant bit is set: use default color

    Declaration
    public int ForegroundColor { get; set; }
    Property Value
    Type Description
    Int32

    StyleId

    The Id of the style

    Declaration
    public string StyleId { get; set; }
    Property Value
    Type Description
    String
    In This Article
    • Constructors
      • Style()
    • Properties
      • BackgroundColor
      • FontName
      • FontSizeInPoints
      • FontStyle
      • ForegroundColor
      • StyleId
    Back to top Generated by DocFX