Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 1.17 KB

File metadata and controls

66 lines (47 loc) · 1.17 KB

Relative

  • Set

    • Relative.SetWidth
    • Relative.SetHeight
    • Relative.SetMinWidth
    • Relative.SetMinHeight
    • Relative.SetMaxWidth
    • Relative.SetMaxHeight
    • Relative.SetBorderThickness
    • Relative.SetCornerRadius
    • Relative.SetMargin
    • Relative.SetPadding
    • Relative.SetOneTimeWidth
    • Relative.SetOneTimeHeight
  • Get

    • Relative.GetWidth
    • Relative.GetHeight
    • Relative.GetMinWidth
    • Relative.GetMinHeight
    • Relative.GetMaxWidth
    • Relative.GetMaxHeight
    • Relative.GetBorderThickness
    • Relative.GetCornerRadius
    • Relative.GetMargin
    • Relative.GetPadding

RelativeLength

  • Interface

    • IAddSub<T>
    • IMulDiv<T>
    • ICopiable<T>
    • IRelative<T>
  • Class

    • RelativeLengthBase (For Parse and Customize)
    • SingleRelativeLength (For Customize)
    • RelativeLengthCollection (For Customize)
    • RelativeLength (For Use)
    • RelativeLengthMerge (For Use)
  • Struct

    • RelativeScale
    • RelativeCalc
  • EventArgs

    • RelativeChangedEventArgs<T>
  • Event

    • RelativeChanged<T>

RelativeCornerRadius

RelativeThickness

RelativeSize