Set the alignment flag.
Namespace:
nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public WriteOnly Property Align As Boolean
|
C# |
---|
public bool Align { set; } |
C++ |
---|
public property bool Align sealed { void set(bool value); } |
J# |
---|
/** property */ public void set_Align(bool value); |
JScript |
---|
public function set Align(value : bool); |
See Also