alexa

    Show / Hide Table of Contents

    Class OverviewContentHolder.ExtraPanningEventEventArgs

    Provides data for the ExtraPanningEvent.

    Inheritance
    System.Object
    OverviewContentHolder.ExtraPanningEventEventArgs
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class ExtraPanningEventEventArgs : RoutedEventArgs

    Constructors

    ExtraPanningEventEventArgs(Boolean)

    Declaration
    public ExtraPanningEventEventArgs(bool ExtraSize)
    Parameters
    Type Name Description
    System.Boolean ExtraSize

    Properties

    ExtraSize

    Declaration
    public Size ExtraSize { get; set; }
    Property Value
    Type
    System.Windows.Size
    Back to top Generated by DocFX