Class CeresLabelAttribute
- Namespace
- Ceres.Annotations
- Assembly
- Ceres.Graph.dll
Overwrite the display text in Ceres Graph Editor
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method|AttributeTargets.Field|AttributeTargets.Parameter|AttributeTargets.ReturnValue, Inherited = false)]
public sealed class CeresLabelAttribute : Attribute
- Inheritance
-
CeresLabelAttribute
- Inherited Members
Constructors
CeresLabelAttribute(string)
public CeresLabelAttribute(string label)
Parameters
labelstring
Properties
FontSize
public int FontSize { get; set; }
Property Value
Methods
GetLabel(bool)
public string GetLabel(bool richText = true)
Parameters
richTextbool