WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class InsetsConverter

    Show / Hide Table of Contents

    Class InsetsConverter

    InsetsCoverter sets the layout components left,right,top and bottom margins.

    Inheritance
    System.Object
    InsetsConverter
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class InsetsConverter : ExpandableObjectConverter

    Constructors

    InsetsConverter()

    Declaration
    public InsetsConverter()

    Methods

    CanConvertTo(ITypeDescriptorContext, Type)

    Overridden. See System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type).

    Declaration
    public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Type destinationType
    Returns
    Type Description
    System.Boolean

    ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

    Overridden. See System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type).

    Declaration
    public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Globalization.CultureInfo culture
    System.Object value
    System.Type destinationType
    Returns
    Type Description
    System.Object

    CreateInstance(ITypeDescriptorContext, IDictionary)

    Overridden. See System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary).

    Declaration
    public override object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    System.Collections.IDictionary propertyValues
    Returns
    Type Description
    System.Object

    GetCreateInstanceSupported(ITypeDescriptorContext)

    Overridden. See System.ComponentModel.TypeConverter.GetCreateInstanceSupported.

    Declaration
    public override bool GetCreateInstanceSupported(ITypeDescriptorContext context)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved