WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrawLabelEventArgs - WPF API Reference | Syncfusion event of the control. ">

    Show / Hide Table of Contents

    Class DrawLabelEventArgs

    Provides data to the event of the control.

    Inheritance
    System.Object
    System.EventArgs
    DrawLabelEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Navigation
    Assembly: Syncfusion.SfRadialMenu.Wpf.dll
    Syntax
    public class DrawLabelEventArgs : EventArgs

    Constructors

    DrawLabelEventArgs(Double, Brush, FontFamily, Double, String, Boolean)

    Initializes a new instance of the DrawLabelEventArgs class.

    Declaration
    public DrawLabelEventArgs(double value, Brush foreground, FontFamily fontFamily, double fontSize, string text, bool handled)
    Parameters
    Type Name Description
    System.Double value

    Value of the

    System.Windows.Media.Brush foreground

    Custom label foreground to drawn in

    System.Windows.Media.FontFamily fontFamily

    Custom label fontfamily to drawn in

    System.Double fontSize

    Custom label fontSize to drawn in

    System.String text

    Custom label to drawn in

    System.Boolean handled

    Value indicating whether to custom draw label in .

    Properties

    FontFamily

    Gets or sets the fontfamily for the label to draw in .

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type Description
    System.Windows.Media.FontFamily

    FontSize

    Gets or sets the fontsize for the label to draw in .

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type Description
    System.Double

    Foreground

    Gets or sets the foreground for the label to draw in .

    Declaration
    public Brush Foreground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    Handled

    Gets or sets a value that indicates whether to draw custom draw labels in .

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Text

    Gets or sets the text for custom label to draw in .

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Gets the value for the label to draw in .

    Declaration
    public double Value { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved