Search Results for

    Show / Hide Table of Contents

    Class PrintSettings

    Contains the printing settings

    Inheritance
    System.Object
    PrintSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DBUI.Printing
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class PrintSettings

    Constructors

    | Improve this Doc View Source

    PrintSettings()

    Initialize print settings

    Declaration
    public PrintSettings()

    Properties

    | Improve this Doc View Source

    GroupHeaderBackground

    Gets or sets the color of the group headers

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

    HeaderBackground

    Gets or sets the background color of the grid headers

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

    RowBackground

    Gets or sets the row background color

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