Class PaddingType

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    The gesture state.

    public class PaddingType : IDisposable
    Inheritance
    object
    PaddingType
    Implements
    System.IDisposable

    Constructors

    View Source

    PaddingType()

    Creates an uninitialized PaddingType.

    Declaration
    public PaddingType()
    View Source

    PaddingType(float, float, float, float)

    PaddingType Constructor.

    Declaration
    public PaddingType(float start, float end, float top, float bottom)
    Parameters
    Type Name Description
    float start

    Start padding or X coordinate

    float end

    End padding or Y coordinate

    float top

    Top padding or Height

    float bottom

    Bottom padding or Width

    Fields

    View Source

    disposed

    A Flat to check if it is already disposed.

    Declaration
    protected bool disposed
    Field Value
    Type Description
    bool
    View Source

    swigCMemOwn

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    Properties

    View Source

    Bottom

    The Bottom value.

    Declaration
    public float Bottom { get; set; }
    Property Value
    Type Description
    float
    View Source

    End

    The End value.

    Declaration
    public float End { get; set; }
    Property Value
    Type Description
    float
    View Source

    Start

    The Start value.

    Declaration
    public float Start { get; set; }
    Property Value
    Type Description
    float
    View Source

    Top

    The Top value.

    Declaration
    public float Top { get; set; }
    Property Value
    Type Description
    float

    Methods

    View Source

    Dispose()

    Dispose.

    Declaration
    public void Dispose()
    View Source

    Dispose(DisposeTypes)

    Dispose.

    Declaration
    protected virtual void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    View Source

    Equals(object)

    Equals

    Declaration
    public override bool Equals(object o)
    Parameters
    Type Name Description
    object o

    The object should be compared.

    Returns
    Type Description
    bool

    True if equal.

    Overrides
    object.Equals(object)
    View Source

    ~PaddingType()

    Dispose.

    Declaration
    protected ~PaddingType()
    View Source

    GetHashCode()

    Gets the the hash code of this baseHandle.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    The Hash Code.

    Overrides
    object.GetHashCode()
    View Source

    Set(float, float, float, float)

    Assignment from individual values.

    Declaration
    public void Set(float newStart, float newEnd, float newTop, float newBottom)
    Parameters
    Type Name Description
    float newStart

    Start padding or X coordinate

    float newEnd

    End padding or Y coordinate

    float newTop

    Top padding or Height

    float newBottom

    Bottom padding or Width

    Operators

    View Source

    operator ==(PaddingType, PaddingType)

    Equality operator.

    Declaration
    public static bool operator ==(PaddingType a, PaddingType b)
    Parameters
    Type Name Description
    PaddingType a

    First operand

    PaddingType b

    Second operand

    Returns
    Type Description
    bool

    True if the values are identical

    View Source

    operator !=(PaddingType, PaddingType)

    Inequality operator.

    Declaration
    public static bool operator !=(PaddingType a, PaddingType b)
    Parameters
    Type Name Description
    PaddingType a

    First operand

    PaddingType b

    Second operand

    Returns
    Type Description
    bool

    True if the values are not identical

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX