The Style type exposes the following members.

Constructors

  NameDescription
Style
Creates a new instance of Style class.

Methods

  NameDescription
Clone
Implements Clone()()().
Dispose
Implements Dispose()()().
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Style object.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
Border
Gets and sets the border defined by this style.
Fill
Gets and sets the fill pattern defined by this style.
Font
Gets and sets the font defined by this style.
Name
Gets and sets the name of this style.
TextAlign
Gets or sets ContentAlignment which assignes text alignment.
TextFill
Gets and sets the text fill pattern defined by this style.

See Also