Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property PadLeft As Boolean |
C# |
---|
public bool PadLeft { get; set; } |
C++ |
---|
public property bool PadLeft sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_PadLeft(); /** property */ public void set_PadLeft(bool value); |
JScript |
---|
public function get PadLeft() : bool public function set PadLeft(value : bool); |