Table of Contents

Property UseDimForOffset

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

UseDimForOffset

If true, the offset is the width/height of the view. If false, the offset is the Offset value.

public bool UseDimForOffset { get; }

Property Value

bool

Remarks

When true (set by the parameterless constructor), the view is positioned such that its right/bottom edge aligns with the SuperView's right/bottom edge. This is the most common use case.