Table of Contents

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

label string

Properties

FontSize

public int FontSize { get; set; }

Property Value

int

Methods

GetLabel(bool)

public string GetLabel(bool richText = true)

Parameters

richText bool

Returns

string