ACR attributes

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  BasicCard.BasicCards.Components..::..ComponentAttributes
    BasicCard.BasicCards.Components..::..AcrAttributes

See Also