Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property LayoutOptions As MedicalViewerLayoutOptions |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewer Dim value As MedicalViewerLayoutOptions value = instance.LayoutOptions |
C# | |
---|---|
public MedicalViewerLayoutOptions LayoutOptions {get;} |
C++/CLI | |
---|---|
public: property MedicalViewerLayoutOptions^ LayoutOptions { MedicalViewerLayoutOptions^ get(); } |
Property Value
The layout options.The layout options are only valid when the control was created in non grid mode. The options control specific settings having to do with the layout and design of cells placed in the MedicalViewer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7