dbicLabel Send comments on this topic.
dbiLabel Class Properties
See Also 
dbicLabel Assembly > Dbi.WinControl.Label Namespace : dbiLabel Class


"

For a list of all members of this type, see dbiLabel members.

"

Public Properties

 NameDescription
public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
public PropertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from System.Windows.Forms.Control)
public PropertyAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyAutoEllipsisDetermines if the control should automatically append ellipsis to the end of the control's text, when the text extends beyond the control's display.  
public PropertyBackColorOverridden. Gets or sets the primary backcolor for the control.  
public PropertyBackColorToGets or sets the secondary background color of the control which is used for gradient fills.  
public PropertyBackFillTypeGets or sets the pattern used to paint the background of the control.  
public PropertyBackgroundImageGets or sets the background image displayed in the control. (Inherited from System.Windows.Forms.Control)
public PropertyBackgroundImageLayoutGets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from System.Windows.Forms.Control)
public PropertyBorderColorGets or sets the color used to paint the border in the label.  
public PropertyBorderTypeGets or sets the type of border to be placed around the label.  
public PropertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control)
public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
public PropertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control)
public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
public PropertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyEllipsisWidthGets or Sets the developer defined width for determining if the text of the control should display ellipsis.  
public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
public PropertyFontGets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control)
public PropertyForeColorGets or sets the foreground color of the control. (Inherited from System.Windows.Forms.Control)
public PropertyForeColorToGets or Sets the secondary color used to paint the text in the control.  
public PropertyForeImageGets or Sets an image to be used for painting the text in the control.  
public PropertyImageGets or sets the image to place in the control.  
public PropertyImageAlign

Gets or sets the vertical and horizontal position of the image in the control.

 
public PropertyImageOffsetGets or sets the vertical and horizontal offset values to calculate the position of the image.  
public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control)
public PropertyMarginGets or sets the space between controls. (Inherited from System.Windows.Forms.Control)
public PropertyMaskColorGets or sets the mask color for the images in the control.  
public PropertyMaximumSizeGets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
public PropertyMinimumSizeGets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
public PropertyPaddingGets or sets padding within the control. (Inherited from System.Windows.Forms.Control)
public PropertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control)
public PropertyShadowColorGets or sets the shadow color of the text.  
public PropertyShadowOffsetGets or sets the vertical and horizontal offset values used to calculate the position of the text shadow.  
public PropertyShadowTextDetermines if the text will be shadowed.  
public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
public PropertySizeGets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control)
public PropertySmoothingModeDetermines the smoothing mode for the text in the control.  
public PropertyStyleFileIf this property is set during design-time, the control will load the file indicated when it is instanced in run-time. If the file is not found then the control will simply ignore this property. This is useful for creating a unified look and feel between multiple instances of the control.  
public PropertyTabIndexGets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control)
public PropertyTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control)
public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
public PropertyTextGets or sets the text associated with this control. (Inherited from System.Windows.Forms.Control)
public PropertyTextAlignGets or sets the vertical and horizontal alignment of the text in the control.  
public PropertyTextAngleGets or Sets the angle the text of the control should be rendered at.  
public PropertyTextBorderColorGets or Sets the color used to paint the border of the text.  
public PropertyTextBorderWidthGets or sets the width of the border of the text.  
public PropertyTextBrushTypeGets or Sets the Brush used to paint the text in the control.  
public PropertyTextMarginGets or Sets the margin values used to calculate the inside area of the control.  
public PropertyTextOffsetGets or sets the vertical and horizontal offset values to calculate the position of the text.  
public PropertyUseMnemonicDetermines if the first character preceded by an ampersand (&) will be used as the control's mnemonic key.  
public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
public PropertyWordWrapDetermines if the text in the control will display over multiple lines if there is available space.  
public PropertyXMLReadReads the control information from an XML file that has previously been written with WriteXMLFile Method or XMLWrite Property. This property will allow you to read your XML file from the design environment, enter the first part of the file name you wish to use in the property editor (at least 4 characters) and press enter to access a file dialog.  
public PropertyXMLWriteWrites the control information to an XML file that can be read with ReadXMLFile Method or XMLRead Property. This property will allow you to write your XML file from the design environment, enter the first part of the file name you wish to use in the property editor (at least 4 characters) and press enter to access a file dialog.  
Top

See Also