Variable HeightRuleConst

HeightRule: { ATLEAST: "atLeast"; AUTO: "auto"; EXACT: "exact" } = ...

Type declaration

  • ReadonlyATLEAST: "atLeast"

    At least the value specified

  • ReadonlyAUTO: "auto"

    Height is determined based on the content, so value is ignored.

  • ReadonlyEXACT: "exact"

    Exactly the value specified