Alle Anker aktiv - nötig für Direct3D-Bugfixing. This field is constant and read-only.
Namespace:
Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
Visual Basic (Declaration) |
---|
Private const ALL_ANCHOR As AnchorStyles = (AnchorStyles.Top Or AnchorStyles.Bottom Or AnchorStyles.Left Or AnchorStyles.Right) |
C# |
---|
private const AnchorStyles ALL_ANCHOR = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right); |
C++ |
---|
private: const AnchorStyles ALL_ANCHOR = (AnchorStyles::Top | AnchorStyles::Bottom | AnchorStyles::Left | AnchorStyles::Right); |
J# |
---|
private const AnchorStyles ALL_ANCHOR = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right) |
JScript |
---|
private const ALL_ANCHOR : AnchorStyles = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right); |
See Also