BoxDrawingStyle Structure

Defines the characters used to draw the sides and corners of a box.

Definition

Namespace: DevCase.Core.DataProcessing.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[SerializableAttribute]
[XmlRootAttribute("BoxDrawingStyle")]
public struct BoxDrawingStyle
Inheritance
Object    ValueType    BoxDrawingStyle

Properties

Empty Gets a BoxDrawingStyle with all characters set to null.

Methods

Equals Determines whether this instance of BoxDrawingStyle is equal to another object.
(Overrides ValueTypeEquals(Object))
GetHashCode Returns the hash code for this instance.
(Inherited from ValueType)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns the fully qualified type name of this instance.
(Inherited from ValueType)

Operators

Equality(BoxDrawingStyle, BoxDrawingStyle) Determines whether two instances of BoxDrawingStyle are equal.
Inequality(BoxDrawingStyle, BoxDrawingStyle) Determines whether two instances of BoxDrawingStyle are not equal.

Fields

Bottom The character used for the bottom line of the box.
BottomLeft The character used for the bottom-left corner of the box.
BottomRight The character used for the bottom-right corner of the box.
Left The character used for the left border of the box.
Right The character used for the right border of the box.
Top The character used for the top line of the box.
TopLeft The character used for the top-left corner of the box.
TopRight The character used for the top-right corner of the box.

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)

See Also