An NDoc documented library
ByteFormatter.Align Property
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
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
ByteFormatter Class
nom.tam.util Namespace