Intersoft ClientUI Documentation
StylishLabel Class
Members 



Provides a lightweight control for displaying a bordered text with or without image.
Object Model
StylishLabel ClassISFramework Class
Syntax
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="BackgroundElement", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="ContentContainer", Type=System.Windows.Controls.Grid)>
<DescriptionAttribute("Provides a lightweight control for displaying a bordered text with or without image.")>
<TemplatePartAttribute(Name="ImageElement", Type=System.Windows.Controls.Image)>
<TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)>
<TemplatePartAttribute(Name="ImageContainer", Type=System.Windows.Controls.Grid)>
Public Class StylishLabel 
   Inherits Intersoft.Client.Framework.ISContentControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing 
Dim instance As StylishLabel
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="BackgroundElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ContentContainer", Type=System.Windows.Controls.Grid)]
[DescriptionAttribute("Provides a lightweight control for displaying a bordered text with or without image.")]
[TemplatePartAttribute(Name="ImageElement", Type=System.Windows.Controls.Image)]
[TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="ImageContainer", Type=System.Windows.Controls.Grid)]
public class StylishLabel : Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="ContentElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="BackgroundElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ContentContainer", Type=System.Windows.Controls.Grid)]
[DescriptionAttribute("Provides a lightweight control for displaying a bordered text with or without image.")]
[TemplatePartAttribute(Name="ImageElement", Type=System.Windows.Controls.Image)]
[TemplatePartAttribute(Name="ContentPresenter", Type=System.Windows.Controls.ContentPresenter)]
[TemplatePartAttribute(Name="ImageContainer", Type=System.Windows.Controls.Grid)]
public ref class StylishLabel : public Intersoft.Client.Framework.ISContentControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
Remarks

StylishLabel is inherited from ISContentControl, which means that it can contain a single object of any types, such as a string, an image, or a panel. For more information about this content model, see Content Model Overview.

StylishLabel supports ImageContent model concept which provides capability to efficiently specify the Image and Content through properties. To learn more about ImageContent model, see Content Model Overview.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.UI.Controls.StylishLabel
                        Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonGalleryCategory
                        Intersoft.Client.UI.Controls.GlassLabel

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StylishLabel Members
Intersoft.Client.UI.Controls Namespace

Concepts

StylishLabel

Send Feedback