GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / LabelTemplate Property
In This Topic
    LabelTemplate Property
    In This Topic
    Gets or sets the instance of a GoText that contains the font, size, and other text properties used when drawing labels.
    Syntax
    [Category("Appearance")]
    [Description("An instance of a GoText that contains the text properties used when drawing labels.")]
    public virtual GoText LabelTemplate {get; set;}

    Property Value

    An instance of a GoText; the value must not be null.
    Remarks
    This GoText object must not be part of any GoGroup or any GoLayer; it is just used as a template for drawing labels.
    See Also