[SerializableAttribute]
[XmlRootAttribute("BoxDrawingStyle")]
public struct BoxDrawingStyle
<SerializableAttribute>
<XmlRootAttribute("BoxDrawingStyle")>
Public Structure BoxDrawingStyle
Dim instance As BoxDrawingStyle
[SerializableAttribute]
[XmlRootAttribute(L"BoxDrawingStyle")]
public value class BoxDrawingStyle
[<SealedAttribute>]
[<SerializableAttribute>]
[<XmlRootAttribute("BoxDrawingStyle")>]
type BoxDrawingStyle =
struct
inherit ValueType
end
No code example is currently available or this language may not be supported.
Empty | Gets a BoxDrawingStyle with all characters set to null. |
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) |
Equality(BoxDrawingStyle, BoxDrawingStyle) | Determines whether two instances of BoxDrawingStyle are equal. |
Inequality(BoxDrawingStyle, BoxDrawingStyle) | Determines whether two instances of BoxDrawingStyle are not equal. |
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. |
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) |