Search Results for

    Show / Hide Table of Contents

    Class LabelHeightCommand

    Label width command

    Inheritance
    System.Object
    EPLCommand
    LabelHeightCommand
    Inherited Members
    EPLCommand.GetParameter(Int32)
    EPLCommand.Data
    EPLCommand.CheckParameterAmount
    EPLCommand.Parameter
    EPLCommand.Token
    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.EPL
    Assembly: Simplic.EPL.dll
    Syntax
    public class LabelHeightCommand : EPLCommand

    Constructors

    | Improve this Doc View Source

    LabelHeightCommand()

    Create

    Declaration
    public LabelHeightCommand()

    Properties

    | Improve this Doc View Source

    CommandName

    Command: R

    Declaration
    public override string CommandName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EPLCommand.CommandName
    | Improve this Doc View Source

    MaxParameter

    Max parameter: 2

    Declaration
    public override int MaxParameter { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    EPLCommand.MaxParameter
    | Improve this Doc View Source

    MinParameter

    Min parameter: 2

    Declaration
    public override int MinParameter { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    EPLCommand.MinParameter
    | Improve this Doc View Source

    P1

    Horizontal starting point

    Declaration
    public string P1 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    P2

    Horizontal starting point

    Declaration
    public string P2 { 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