menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DxfImpl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DxfImpl

    Summary description for Dxf style implementation.

    Inheritance
    System.Object
    DxfImpl
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Implementation.XmlReaders
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class DxfImpl

    Constructors

    DxfImpl()

    Initializes new instance of the Dxf style.

    Declaration
    public DxfImpl()

    Properties

    Borders

    Gets/sets borders.

    Declaration
    public BordersCollection Borders { get; set; }
    Property Value
    Type
    BordersCollection

    Fill

    Gets/sets fill.

    Declaration
    public FillImpl Fill { get; set; }
    Property Value
    Type
    FillImpl

    Font

    Gets/sets font.

    Declaration
    public FontImpl Font { get; set; }
    Property Value
    Type
    FontImpl

    FormatRecord

    Gets/sets Format record.

    Declaration
    public FormatImpl FormatRecord { get; set; }
    Property Value
    Type
    FormatImpl

    Methods

    Clone(WorkbookImpl)

    Creates copy of the current object.

    Declaration
    public DxfImpl Clone(WorkbookImpl book)
    Parameters
    Type Name Description
    WorkbookImpl book
    Returns
    Type Description
    DxfImpl

    A copy of the current object.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved