[This is preliminary documentation and is subject to change.]
This struct represents the border type data class in the Persistate
system definition file.
| C# |
public struct BorderType : IMultiValue
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| BorderType(Int32) | Creates a new BorderType from an integer value. | |
| _undefined_ | This is the default BorderType value. | |
| Equals(Object) | Performs an equality comparison with another object. (Overrides ValueType.Equals(Object).) | |
| ExplicitNarrowingExplicitExplicitExplicit(BorderType to String) | Explicit conversion from BorderType to string. | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() | Creates a hash code for the BorderType. (Overrides ValueType.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ImplicitWideningImplicitImplicitImplicit(BorderType to Int32) | Implicit conversion from BorderType to int. | |
| ImplicitWideningImplicitImplicitImplicit(Int32 to BorderType) | Implicit conversion from int to BorderType. | |
| ImplicitWideningImplicitImplicitImplicit(String to BorderType) | Implicit conversion from string to BorderType. | |
| IsCombinable | Indicates whether BorderType values can be combined. | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| None | This is the value for none. | |
| ordinal | Contains the value of the BorderType. | |
| Ordinal | Gets the integer ordinal value of this BorderType. | |
| Parse(String) | Parses a string containing a textual representation of an BorderType. | |
| Single | This is the value for single. | |
| SingleContent | This is the value for single content. | |
| sourcePairs | This array contains one source pair for each BorderType value. | |
| SourcePairs | Gets the array of ISourcePairs holding ordinal and text values. | |
| ThreeD | This is the value for three d. | |
| ThreeDContent | This is the value for three d content. | |
| TopValue | This is the value for the top value. | |
| ToString()()()() | Creates a textual representation of the BorderType. (Overrides ValueType.ToString()()()().) |
Border types are used to define how the border of grids and forms should appear. The values available are:
| None | No border will appear. |
| Single | A simple border will appear around the form or grid,
including the title bar at the top. |
| ThreeD | A 3D border will appear around the form or grid,
including the title bar at the top. |
| SingleContent | A simple border will appear around the content part of
the form or grid, excluding the title bar at the top. |
| ThreeDContent | A 3Dborder will appear around the content part of the
form or grid, excluding the title bar at the top. |