Search Results for

    Show / Hide Table of Contents

    Enum SizingMode

    Defines enum which specifies how size should be reinterpret

    Inherited Members
    Enum.<T>valueOf(Class<T>,String)
    Enum.clone()
    Enum.compareTo(E)
    Enum.describeConstable()
    Enum.equals(Object)
    Enum.finalize()
    Enum.getDeclaringClass()
    Enum.hashCode()
    Enum.name()
    Enum.ordinal()
    Enum.toString()
    Object.getClass()
    Object.notify()
    Object.notifyAll()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public enum SizingMode extends Enum<SizingMode>

    Fields

    Name Description
    Absolute

    The size value is specified as absolute value ( e.g. 1px, 10dp etc)

    Relative

    The size value is specified as relative value ( e.g. 10% from available size )

    Methods

    Name Description
    valueOf(String name)
    values()
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml