Class TextImageControl
Represents TextImageControl class
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
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
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
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
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
ImageWidth
Gets or sets image width.
Declaration
public double ImageWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Type: System.Double |
See Also
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
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
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
TextVerticalAlignment
Gets or sets text vertical alignment.
Declaration
public VerticalAlignment TextVerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.VerticalAlignment | Type: System.Windows.VerticalAlignment |