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
Handle
public BorderOwnedHandle Handle { get; }
Property Value
Left
public short Left { get; set; }
Property Value
Right
public short Right { get; set; }
Property Value
Top
public short Top { get; set; }
Property Value
Methods
Copy()
public Border Copy()
Returns
Equals(Border?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Border? other)
Parameters
other
BorderAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
public void Free()
GetGType()
public static Type GetGType()
Returns
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()