alexa

    Show / Hide Table of Contents

    Interface IButtonAdv

    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public interface IButtonAdv

    Properties

    IsMultiLine

    Declaration
    bool IsMultiLine { get; set; }
    Property Value
    Type
    System.Boolean

    Label

    Declaration
    string Label { get; set; }
    Property Value
    Type
    System.String

    LargeIcon

    Declaration
    ImageSource LargeIcon { get; set; }
    Property Value
    Type
    System.Windows.Media.ImageSource

    SizeMode

    Declaration
    SizeMode SizeMode { get; set; }
    Property Value
    Type
    SizeMode

    SmallIcon

    Declaration
    ImageSource SmallIcon { get; set; }
    Property Value
    Type
    System.Windows.Media.ImageSource
    Back to top Generated by DocFX