LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ModalityOptions Class Members
See Also  Properties  Methods  Events
Leadtools.Medical.Workstation Namespace : ModalityOptions Class

The following tables list the members exposed by ModalityOptions.

Public Constructors

 NameDescription
public Constructor ModalityOptions ConstructorInitializes a new instance of the ModalityOptions class with default parameters.  
Top

Public Properties

 NameDescription
public Property AutoWindowLevelGets or sets a value that indicates whether AutoWindowLevel is enabled or disabled.  
public Property AutoWindowLevelShortcutGets or sets the key that is used as a shortcut for AutoWindowLevel.  
public Property DefaultWindowLevelGets or sets the default window level to apply when the AutoWindowLevelShortcut is set to false.  
public Property WindowLevelReturns a list which contains the WindowLevel information for this ModalityOptions  
Top

Public Methods

 NameDescription
public Method GetSchemaThis method is reserved and should not be used. When implementing the System.Xml.Serialization.IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class.  
public Method ReadXmlGenerates a ModalityOptions object from its XML representation.  
public Method WriteXmlConverts the ModalityOptions object to an XML representation.  
Top

Protected Methods

 NameDescription
protected Method OnPropertyChangedRaises the PropertyChanged event.  
Top

Public Events

 NameDescription
public Event PropertyChangedOccurs when the ModalityOptions property is changed.  
Top

See Also