Class that handles the data associated with a text title and its associated font
properties. Inherits from Label, and adds the Gap
property for use by the Axis and PaneBase objects.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class GapLabel : Label, ICloneable, ISerializable
<SerializableAttribute> _ Public Class GapLabel _ Inherits Label _ Implements ICloneable, ISerializable
[SerializableAttribute] public ref class GapLabel : public Label, ICloneable, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| GapLabelGapLabelNew(String, String, Single, Color, Boolean, Boolean, Boolean) |
Constructor to build a GapLabel from the text and the
associated font properties.
| |
| GapLabelGapLabelNew(GapLabel) |
Copy constructor
| |
| Clone()() |
Typesafe, deep-copy clone method.
| |
| Equals(Object) | (Inherited from Object.) | |
| 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.) | |
| FontSpec |
A FontSpec instance representing the font properties
for the displayed text.
(Inherited from Label.) | |
| Gap | ||
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo instance with the data needed to serialize the target object
(Overrides Label.GetObjectData(SerializationInfo, StreamingContext).) | |
| GetScaledGap(Single) |
Calculate the size of the Gap based on the FontSpec
height, in pixel units and scaled according to .
| |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsVisible |
Gets or sets a boolean value that determines whether or not this label will be displayed.
(Inherited from Label.) | |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| schema2 |
Current schema value that defines the version of the serialized file
| |
| ICloneable..::Clone()() |
Implement the ICloneable interface in a typesafe manner by just
calling the typed version of Clone()() | |
| Text |
The String text to be displayed
(Inherited from Label.) | |
| ToString()() | (Inherited from Object.) |
