File component.

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
[CLSCompliantAttribute(true)]
public class File : Component
Visual Basic
<CLSCompliantAttribute(true)>
Public Class File
	Inherits Component
Visual C++
[CLSCompliantAttribute(true)]
public ref class File : public Component
F#
[<CLSCompliantAttribute(true)>]
type File =  
    class
        inherit Component
    end

Inheritance Hierarchy

System..::..Object
  BasicCard.BasicCards.Components..::..Component
    BasicCard.BasicCards.Components..::..File

See Also