Show / Hide Table of Contents

Struct Margins

Define una serie de márgenes aplicables a ventanas de Microsoft Windows.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: TheXDS.MCART.PInvoke.Models
Assembly: MCART.Windows.dll
Syntax
public struct Margins

Constructors

| Edit this page View Source

Margins(int)

Inicialiiza una nueva instancia de la estructura Margins.

Declaration
public Margins(int allMargins)
Parameters
Type Name Description
int allMargins

Fields

| Edit this page View Source

Bottom

Describe el margen inferior.

Declaration
public int Bottom
Field Value
Type Description
int
| Edit this page View Source

Left

Describe el margen izquierdo.

Declaration
public int Left
Field Value
Type Description
int
| Edit this page View Source

Right

Describe el margen derecho.

Declaration
public int Right
Field Value
Type Description
int
| Edit this page View Source

Top

Describe el margen superior.

Declaration
public int Top
Field Value
Type Description
int

Extension Methods

Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T?)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>?)
ObjectExtensions.Is(object?, object?)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object?, object?)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Objects.Itself<T>(T)
Objects.ShallowClone<T>(T)
Objects.ShallowCopyTo<T>(T, T)
CollectionExtensions.PushInto<TItem, TCollection>(TItem, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, TValue>(TValue, TKey, IDictionary<TKey, TValue>)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX