The Label type exposes the following members.

Properties

  NameDescription
Public propertyAutoSize Obsolete.
Gets/Sets auto size state
Public propertyAutoSizeMode
Gets/Sets the auto size mode
(Inherited from AutoSizeControl.)
Public propertyBackColor
Gets/Sets label back color (sets transparent false)
Public propertyCanFocus
Gets the controls ability to receive focus
(Overrides Control..::..CanFocus.)
Public propertyColor
Gets/Sets font color
Public propertyDisposing
Gets the disposing state of the control
(Inherited from Control.)
Public propertyEnabled
Gets/Sets the enabled state of the control
(Inherited from Control.)
Public propertyFocused
Gets if the control is currently focused
(Inherited from Control.)
Public propertyFont
Gets/Sets font
Public propertyHeight
Gets/Sets the height of the control in pixels
(Inherited from AutoSizeControl.)
Protected propertyInternalSuspended
Allows internally direct access to the Suspended flag of the control
(Inherited from Control.)
Public propertyIsTransparentBackground
Get/Sets transparent background state
Public propertyLastTouch
Gets the coordinates of the last point touched
(Inherited from Control.)
Public propertyLeft
Gets the absolute X position of the control accounting for parental offsets
(Inherited from Control.)
Public propertyLocation
Gets or sets the location of the control
(Inherited from Control.)
Public propertyName
Gets the name of the control
(Inherited from Control.)
Public propertyPadding
Gets/Sets the internal spacing of the control border to it's content
(Inherited from AutoSizeControl.)
Public propertyParent
Gets/Sets the control's container
(Inherited from Control.)
Public propertyScreenBounds
Gets the exact location of the control in pixels on the screen
(Inherited from Control.)
Public propertySuspended
Gets/Sets the suspended state
(Inherited from Control.)
Public propertyTag
Gets or sets a user defined tag for the control
(Inherited from Control.)
Public propertyText
Gets/Sets the text
Public propertyTextAlignment
Gets/Sets horizontal text alignment
Public propertyTop
Gets the absolute Y position of the control accounting for parental offsets
(Inherited from Control.)
Public propertyTouching
Gets the current touch state of the control
(Inherited from Control.)
Public propertyVerticalAlignment
Gets/Sets the vertical text alignment
Public propertyVisible
Gets/Sets the visibility of the control
(Inherited from Control.)
Public propertyWidth
Gets/Sets the width of the control in pixels
(Inherited from AutoSizeControl.)
Public propertyX
Gets/Sets the X position in pixels
(Inherited from Control.)
Public propertyY
Gets/Sets the Y position in pixels
(Inherited from Control.)

See Also