menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextImageControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextImageControl

    Represents TextImageControl class

    Inheritance
    System.Object
    TextImageControl
    GroupBarItemHeader
    GroupViewItem
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class TextImageControl : Control

    Constructors

    TextImageControl()

    Initializes a new instance of the TextImageControl class.

    Declaration
    public TextImageControl()

    Fields

    ContentProperty

    Declaration
    public static readonly DependencyProperty ContentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ImageHeightProperty

    Identifies ImageHeight dependency property.

    Declaration
    public static readonly DependencyProperty ImageHeightProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ImageHorizontalAlignmentProperty

    Identifies ImageHorizontalAlignment dependency property.

    Declaration
    public static readonly DependencyProperty ImageHorizontalAlignmentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ImageMarginProperty

    Identifies ImageMargin dependency property.

    Declaration
    public static readonly DependencyProperty ImageMarginProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ImageSourceProperty

    Identifies ImageSource dependency property.

    Declaration
    public static readonly DependencyProperty ImageSourceProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ImageVerticalAlignmentProperty

    Identifies ImageVerticalAlignment dependency property.

    Declaration
    public static readonly DependencyProperty ImageVerticalAlignmentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    ImageWidthProperty

    Identifies ImageWidth dependency property.

    Declaration
    public static readonly DependencyProperty ImageWidthProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    TextHorizontalAlignmentProperty

    Identifies TextHorizontalAlignment dependency property.

    Declaration
    public static readonly DependencyProperty TextHorizontalAlignmentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    TextMarginProperty

    Identifies TextMargin dependency property.

    Declaration
    public static readonly DependencyProperty TextMarginProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    TextProperty

    Identifies Text dependency property.

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    TextVerticalAlignmentProperty

    Identifies TextVerticalAlignment dependency property.

    Declaration
    public static readonly DependencyProperty TextVerticalAlignmentProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Content

    Declaration
    public object Content { get; set; }
    Property Value
    Type
    System.Object

    ImageHeight

    Gets or sets image height.

    Declaration
    public double ImageHeight { get; set; }
    Property Value
    Type Description
    System.Double

    Type: System.Double

    See Also
    System.Double

    ImageHorizontalAlignment

    Gets or sets image horizontal alignment.

    Declaration
    public HorizontalAlignment ImageHorizontalAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.HorizontalAlignment

    Type: System.Windows.HorizontalAlignment

    See Also
    System.Windows.HorizontalAlignment

    ImageMargin

    Gets or sets image margin.

    Declaration
    public Thickness ImageMargin { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    Type: System.Windows.Thickness

    See Also
    System.Windows.Thickness

    ImageSource

    Gets or sets the source of the image to display.

    Declaration
    public ImageSource ImageSource { get; set; }
    Property Value
    Type Description
    System.Windows.Media.ImageSource

    Type: ImageSource

    See Also
    ImageSource

    ImageVerticalAlignment

    Gets or sets image vertical alignment.

    Declaration
    public VerticalAlignment ImageVerticalAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.VerticalAlignment

    Type: System.Windows.VerticalAlignment

    See Also
    System.Windows.VerticalAlignment

    ImageWidth

    Gets or sets image width.

    Declaration
    public double ImageWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Type: System.Double

    See Also
    System.Double

    Text

    Gets or sets text to display.

    Declaration
    public virtual string Text { get; set; }
    Property Value
    Type Description
    System.String

    Type: System.String

    See Also
    System.String

    TextHorizontalAlignment

    Gets or sets text horizontal alignment.

    Declaration
    public HorizontalAlignment TextHorizontalAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.HorizontalAlignment

    Type: System.Windows.HorizontalAlignment

    See Also
    System.Windows.HorizontalAlignment

    TextMargin

    Gets or sets text margin.

    Declaration
    public Thickness TextMargin { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    Type: System.Windows.Thickness

    See Also
    System.Windows.Thickness

    TextVerticalAlignment

    Gets or sets text vertical alignment.

    Declaration
    public VerticalAlignment TextVerticalAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.VerticalAlignment

    Type: System.Windows.VerticalAlignment

    See Also
    System.Windows.VerticalAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved