The default mutable implementation of the IIconLabelStyle interface.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
[ObfuscationAttribute(StripAfterObfuscation = false, Exclude = true, 
	ApplyToMembers = true)]
[ContentPropertyAttribute("InnerStyle")]
public class IconLabelStyle : IIconLabelStyle, 
	ILabelStyle, IVisualStyle<ILabel>, IModelItemInstaller<ILabel>, 
	ICloneable
Visual Basic
<ObfuscationAttribute(StripAfterObfuscation := False, Exclude := True,  _
	ApplyToMembers := True)> _
<ContentPropertyAttribute("InnerStyle")> _
Public Class IconLabelStyle _
	Implements IIconLabelStyle, ILabelStyle, IVisualStyle(Of ILabel),  _
	IModelItemInstaller(Of ILabel), ICloneable

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..IconLabelStyle

See Also