| Name | Description |
 | ActualHeight | Gets the rendered height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | ActualWidth | Gets the rendered width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | AllowDrop | Gets or sets a value that determines whether this System.Windows.UIElement can be a drop target for purposes of Silverlight drag-and-drop operations. (Inherited from System.Windows.UIElement) |
 | Background | Gets or sets a brush that provides the background of the control. (Inherited from System.Windows.Controls.Control) |
 | BorderBrush | Gets or sets a brush that describes the border background of a control. (Inherited from System.Windows.Controls.Control) |
 | BorderThickness | Gets or sets the border thickness of a control. (Inherited from System.Windows.Controls.Control) |
 | CacheMode | Gets or sets a value that indicates that rendered content should be cached when possible. (Inherited from System.Windows.UIElement) |
 | CharacterSpacing | Gets or sets the distance between characters of text in the control measured in 1000ths of the font size. (Inherited from System.Windows.Controls.Control) |
 | Clip | Gets or sets the System.Windows.Media.Geometry used to define the outline of the contents of a System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
 | Content | Gets or sets the value of the System.Windows.Controls.ContentControl dependency property. (Inherited from System.Windows.Controls.ContentControl) |
 | ContentEffect |
Gets or sets the pixel shader effect to use for rendering the text element.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | ContentTemplate | Gets or sets the data template that is used to display the content of the System.Windows.Controls.ContentControl. (Inherited from System.Windows.Controls.ContentControl) |
 | ContentType |
Gets or sets the content type of Stylish Label.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | CornerRadius |
Represents the radius of a border's corner. The radius can't be negative.
(Inherited from Intersoft.Client.Framework.ISContentControl) |
 | Cursor | Gets or sets the cursor image that displays while the mouse pointer is over a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | DataContext | Gets or sets the data context for a System.Windows.FrameworkElement when it participates in data binding. (Inherited from System.Windows.FrameworkElement) |
 | DesiredSize | Gets the size that this System.Windows.UIElement computed during the measure pass of the layout process. (Inherited from System.Windows.UIElement) |
 | Dispatcher | Gets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject) |
 | Effect | Gets or sets the pixel shader effect to use for rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
 | FlowDirection | Gets or sets the direction that text and other user interface elements flow within any parent element that controls their layout. (Inherited from System.Windows.FrameworkElement) |
 | FontFamily | Gets or sets the font used to display text in the control. (Inherited from System.Windows.Controls.Control) |
 | FontSize | Gets or sets the size of the text in this control. (Inherited from System.Windows.Controls.Control) |
 | FontStretch | Gets or sets the degree to which a font is condensed or expanded on the screen. (Inherited from System.Windows.Controls.Control) |
 | FontStyle | Gets or sets the style in which the text is rendered. (Inherited from System.Windows.Controls.Control) |
 | FontWeight | Gets or sets the thickness of the specified font. (Inherited from System.Windows.Controls.Control) |
 | Foreground | Gets or sets a brush that describes the foreground color. (Inherited from System.Windows.Controls.Control) |
 | Framework |
Gets the entity framework.
(Inherited from Intersoft.Client.Framework.ISContentControl) |
 | GlassBackground |
Gets or sets the glass background.
|
 | Height | Gets or sets the suggested height of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | HorizontalAlignment | Gets or sets the horizontal alignment characteristics that are applied to a System.Windows.FrameworkElement when it is composed in a layout parent, such as a panel or items control. (Inherited from System.Windows.FrameworkElement) |
 | HorizontalContentAlignment | Gets or sets the horizontal alignment of the control's content. (Inherited from System.Windows.Controls.Control) |
 | HorizontalImageAlignment |
Gets or sets the horizontal alignment of the image element.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | ImageHeight |
Gets or sets the height of the image.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | ImageMargin |
Gets or sets the margin of the image.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | ImageSource |
Gets or sets the source for the image.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | ImageStretch |
Gets or sets a value that describes how an Image should be stretched to fill the destination rectangle.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | ImageWidth |
Gets or sets the width of the image.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | IsEnabled | Gets or sets a value indicating whether the user can interact with the control. (Inherited from System.Windows.Controls.Control) |
 | IsHitTestVisible | Gets or sets whether the contained area of this System.Windows.UIElement can return true values for hit testing. (Inherited from System.Windows.UIElement) |
 | IsInDesignMode |
Gets a value that indicates whether the control is in design mode (development).
(Inherited from Intersoft.Client.Framework.ISContentControl) |
 | IsTabStop | Gets or sets a value that indicates whether a control is included in tab navigation. (Inherited from System.Windows.Controls.Control) |
 | Language | Gets or sets localization/globalization language information that applies to a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | LayoutSuspended |
Gets a value that indicates whether the layout is being suspended.
(Inherited from Intersoft.Client.Framework.ISContentControl) |
 | Margin | Gets or sets the outer margin of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | MaxHeight | Gets or sets the maximum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | MaxWidth | Gets or sets the maximum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | MinHeight | Gets or sets the minimum height constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | MinWidth | Gets or sets the minimum width constraint of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | Name | Gets or sets the identifying name of the object. When a XAML processor creates the object tree from XAML markup, run-time code can refer to the XAML-declared object by this name. (Inherited from System.Windows.FrameworkElement) |
 | Opacity | Gets or sets the degree of the object's opacity. (Inherited from System.Windows.UIElement) |
 | OpacityMask | Gets or sets the brush used to alter the opacity of regions of this object. (Inherited from System.Windows.UIElement) |
 | Padding | Gets or sets the padding inside a control. (Inherited from System.Windows.Controls.Control) |
 | Parent | Gets the parent object of this System.Windows.FrameworkElement in the object tree. (Inherited from System.Windows.FrameworkElement) |
 | Platform |
Gets a value that indicates the current client platform.
(Inherited from Intersoft.Client.Framework.ISContentControl) |
 | Projection | Gets or sets the perspective projection (3-D effect) to apply when rendering this System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
 | RenderSize | Gets the final render size of a System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
 | RenderTransform | Gets or sets transform information that affects the rendering position of a System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
 | RenderTransformOrigin | Gets or sets the origin point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the System.Windows.UIElement. (Inherited from System.Windows.UIElement) |
 | Resources | Gets the locally defined resource dictionary. In XAML, you can establish resource items as child object elements of a frameworkElement.Resources property element, through XAML implicit collection syntax. (Inherited from System.Windows.FrameworkElement) |
 | RootElement |
Gets the root element.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | ShineBackground |
Gets or sets the shine background.
|
 | SpreadBackground |
Gets or sets the spread background.
|
 | Style | Gets or sets an instance System.Windows.Style that is applied for this object during rendering. (Inherited from System.Windows.FrameworkElement) |
 | TabIndex | Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. (Inherited from System.Windows.Controls.Control) |
 | TabNavigation | Gets or sets a value that modifies how tabbing and System.Windows.Controls.Control.TabIndex work for this control. (Inherited from System.Windows.Controls.Control) |
 | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from System.Windows.FrameworkElement) |
 | Template | Gets or sets a control template. (Inherited from System.Windows.Controls.Control) |
 | TextImageRelation |
Gets or sets the position of the text and image relative to each other on a control.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | Triggers | Gets the collection of triggers for animations that are defined for a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |
 | UseLayoutRounding | Gets or sets a value that determines whether rendering for the object and its visual subtree should use rounding behavior that aligns rendering to whole pixels. (Inherited from System.Windows.UIElement) |
 | VerticalAlignment | Gets or sets the vertical alignment characteristics that are applied to a System.Windows.FrameworkElement when it is composed in a parent object such as a panel or items control. (Inherited from System.Windows.FrameworkElement) |
 | VerticalContentAlignment | Gets or sets the vertical alignment of the control's content. (Inherited from System.Windows.Controls.Control) |
 | VerticalImageAlignment |
Gets or sets the vertical alignment of the image element.
(Inherited from Intersoft.Client.UI.Controls.StylishLabel) |
 | Visibility | Gets or sets the visibility of a System.Windows.UIElement. A System.Windows.UIElement that is not visible does not render and does not communicate its desired size to layout. (Inherited from System.Windows.UIElement) |
 | Width | Gets or sets the width of a System.Windows.FrameworkElement. (Inherited from System.Windows.FrameworkElement) |