The default mutable implementation of the ISimpleLabelStyle interface.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Inheritance Hierarchy

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

See Also