This documentation is archived and is not being maintained.

DesignerAutoFormatCollection Properties

The DesignerAutoFormatCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of DesignerAutoFormat objects in the collection.
Public property Item Gets or sets a DesignerAutoFormat object at the specified index in the collection.
Public property PreviewSize Gets the maximum outer dimensions of the control as it will appear at run time.
Public property SyncRoot Gets an object that can be used to synchronize access to the DesignerAutoFormatCollection object.
Top

  NameDescription
Explicit interface implemetation Private property ICollection::Count Infrastructure. Gets the number of elements that are contained in the collection when the DesignerAutoFormatCollection object is cast to an ICollection interface.
Explicit interface implemetation Private property ICollection::IsSynchronized Infrastructure. Gets a value that indicates whether access to the collection is synchronized (thread safe) when the DesignerAutoFormatCollection object is cast to an ICollection interface.
Explicit interface implemetation Private property IList::IsFixedSize Infrastructure. Gets a value that indicates whether the collection has a fixed size when the DesignerAutoFormatCollection object is cast to an IList interface.
Explicit interface implemetation Private property IList::IsReadOnly Infrastructure. For a description of this method, see IsReadOnly.
Explicit interface implemetation Private property IList::Item Infrastructure. Gets the element at the specified index when the DesignerAutoFormatCollection object is cast to an IList interface.
Top
Show: