Show / Hide Table of Contents

    Interface IFontElement

    Interface for Forms9Patch elements with Fonts.

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public interface IFontElement

    Properties

    FontAttributes

    Gets the font attributes.

    Declaration
    FontAttributes FontAttributes { get; }
    Property Value
    Type Description
    FontAttributes

    The font attributes.

    FontFamily

    Gets the font family.

    Declaration
    string FontFamily { get; }
    Property Value
    Type Description
    String

    The font family.

    FontSize

    Gets the size of the font.

    Declaration
    double FontSize { get; }
    Property Value
    Type Description
    Double

    The size of the font.

    Extension Methods

    FontExtensions.LineHeight(IFontElement)
    FontExtensions.LineSpace(IFontElement)
    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel