Search
TextComponent.StyleHint Property
See Also
 






Gets or sets a value indicating which attribute values this component should inherit from current Theme if its local text appearance properties are not set.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public TextStyleHint StyleHint { get; set; }

Visual Basic  Copy Code

Public Property StyleHint As TextStyleHint

 Property Value

A member of the TextStyleHint enumeration.

 See Also