Skip to main content
Bar

GalleryControl.HintCaptionTextStyle Property

Obsolete. Gets or sets the style applied to a gallery item's caption (GalleryItem.Caption), when it's displayed within a hint. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[Obsolete("Use Gallery.HintCaptionTemplate property instead")]
public Style HintCaptionTextStyle { get; set; }

#Property Value

Type Description
Style

A Style object applied to a gallery item's caption, when it's displayed within a hint.

#Remarks

Target Type: System.Windows.Controls.ContentControl

To learn about styles, see Styling and Templating in MSDN.

See Also