IndentToMarginConverter Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Entity.Design.UI.Converters..::..IndentToMarginConverter

Namespace:  Microsoft.Data.Entity.Design.UI.Converters
Assemblies:   Microsoft.Data.Tools.XmlDesignerBase (in Microsoft.Data.Tools.XmlDesignerBase.dll)
  Microsoft.Data.Tools.Design.XmlCore (in Microsoft.Data.Tools.Design.XmlCore.dll)

Syntax

'Declaration
Public NotInheritable Class IndentToMarginConverter _
    Implements IValueConverter
'Usage
Dim instance As IndentToMarginConverter
public sealed class IndentToMarginConverter : IValueConverter
public ref class IndentToMarginConverter sealed : IValueConverter
[<SealedAttribute>]
type IndentToMarginConverter =  
    class
        interface IValueConverter
    end
public final class IndentToMarginConverter implements IValueConverter

The IndentToMarginConverter type exposes the following members.

Constructors

  Name Description
Public method IndentToMarginConverter

Top

Methods

  Name Description
Public method Convert
Public method ConvertBack
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Entity.Design.UI.Converters Namespace