Table of Contents

Class Border

Namespace
Gtk
Assembly
Gtk-4.0.dll
public sealed class Border : BoxedRecord, IEquatable<Border>
Inheritance
Border
Implements
Inherited Members

Constructors

Border()

public Border()

Border(BorderOwnedHandle)

public Border(BorderOwnedHandle handle)

Parameters

handle BorderOwnedHandle

Properties

Bottom

public short Bottom { get; set; }

Property Value

short

Handle

public BorderOwnedHandle Handle { get; }

Property Value

BorderOwnedHandle

Left

public short Left { get; set; }

Property Value

short

Right

public short Right { get; set; }

Property Value

short

Top

public short Top { get; set; }

Property Value

short

Methods

Copy()

public Border Copy()

Returns

Border

Equals(Border?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Border? other)

Parameters

other Border

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Free()

public void Free()

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New()

public static Border New()

Returns

Border