Skip to main content

SuperTipItem.LayoutStyle Property

Gets or sets the style applied to paint the panel displaying the tooltip item's content and image. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public Style LayoutStyle { get; set; }

#Property Value

Type Description
Style

A Style object.

#Remarks

Target Type: DevExpress.Xpf.Core.Items2Panel

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

You can use the LayoutStyle property to change the default layout settings, which control how the tooltip item's content and image are positioned. For instance, it's possible to change the indent between the content and image and position of the image, relative to the content.

See Also