The FrameThickness type exposes the following members.

Constructors

  NameDescription
Public methodFrameThickness()()()()
Initializes a new instance of the FrameThickness class.
Public methodFrameThickness(Double)
Initializes a new instance of the FrameThickness class with a specified uniform length on each side of the frame.
Public methodFrameThickness(Double, Double, Double, Double)
Initializes a new instance of the FrameThickness class with the specified length for each side of the frame.

Methods

  NameDescription
Public methodEquals(Object) (Overrides Object..::..Equals(Object).)
Public methodEquals(FrameThickness)
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodToString()()()()
Converts the FrameThickness object to a string representation, using the current CultureInfo.
(Overrides Object..::..ToString()()()().)
Public methodToString(CultureInfo)
Converts the FrameThickness object to a string representation, using the specified CultureInfo.

Operators

  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality

Properties

  NameDescription
Public propertyBottom
Gets or sets the width of the lower side of the frame. Default value is 0 (zero)
Public propertyLeft
Gets or sets the width of the left side of the frame. Default value is 0 (zero)
Public propertyRight
Gets or sets the width of the right side of the frame. Default value is 0 (zero)
Public propertyTop
Gets or sets the width of the upper side of the frame. Default value is 0 (zero)

Events

  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.

See Also