Show / Hide Table of Contents

Struct TBOffsets

Used with toolbar.Offsets.

public record struct TBOffsets : IEquatable<TBOffsets>

Namespace: Au.Types
Assembly: Au.dll

Constructors

Name Description
TBOffsets(double, double, double, double)

Sets all properties.

Properties

Name Description
Bottom

Vertical distance from the toolbar's bottom edge to the owner's bottom edge (top if TBAnchor.OppositeEdgeY).

Left

Horizontal distance from the owner's left edge (right if TBAnchor.OppositeEdgeX) to the toolbar's left edge.

Right

Horizontal distance from the toolbar's right edge to the owner's right edge (left if TBAnchor.OppositeEdgeX).

Top

Vertical distance from the owner's top edge (bottom if TBAnchor.OppositeEdgeY) to the toolbar's top edge.