Interface for ILabelStyles that use WPF's templating
technique for creating the visual representation of ILabels.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IUIElementLabelStyle : IUIElementStyle<ILabel>, ITaggedStyleBase<ILabel>, ILabelStyle, IVisualStyle<ILabel>, IModelItemInstaller<ILabel>, ICloneable |
| Visual Basic |
|---|
Public Interface IUIElementLabelStyle _ Inherits IUIElementStyle(Of ILabel), ITaggedStyleBase(Of ILabel), _ ILabelStyle, IVisualStyle(Of ILabel), IModelItemInstaller(Of ILabel), _ ICloneable |
Remarks
This interface adds two properties to the base interface,
which specify the outline shape of the visual representation of the
label and whether labels should automatically flip if they would otherwise
be rendered upside down.