WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IButtonAdv

    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 Description
    System.Boolean

    Label

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

    LargeIcon

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

    SizeMode

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

    SmallIcon

    Declaration
    ImageSource SmallIcon { get; set; }
    Property Value
    Type Description
    System.Windows.Media.ImageSource
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved