Autodesk Vault ProfessionalVault API

Style Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Currency

Represents the appearance of a visual element

Syntax

public class Style 
Public Class Style 

Constructors

NameDescription
Style

Properties

NameDescription
BackColorGets or sets the background color for a visual element
CHECK_OUT_BY_ME_COLORDefines the color that will be used to mark files that have been checked out by the current user.
CHECK_OUT_BY_ME_FONTSTYLEDefines the font that will be used to mark files that have been checked out by the current user.
CHECK_OUT_BY_OTHER_COLORDefines the color that will be used to mark files that have been checked out by other user.
CHECK_OUT_BY_OTHER_FONTSTYLEDefines the font that will be used to mark files that have been checked out by other user.
FontGets or sets the font for a visual element
ForeColorGets or sets the foreground color (or text color) for a visual element
Original_BackColorGets the color original background color that this object was constructed with.
Original_FontGets the color original Font that this object was constructed with.
Original_ForeColorGets the color original Foreground color that this object was constructed with.

Returned By

Where you get a Style — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency.Style

See Also