套件 | mx.validators |
類別 | public final class CurrencyValidatorAlignSymbol |
繼承 | CurrencyValidatorAlignSymbol Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
CurrencyValidator.alignSymbol
property.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
ANY : String = "any" [靜態]
Specifies "any" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol | ||
LEFT : String = "left" [靜態]
Specifies "left" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol | ||
RIGHT : String = "right" [靜態]
Specifies "right" as the alignment of the currency symbol
for the CurrencyValidator class. | CurrencyValidatorAlignSymbol |
常數詳細資訊
ANY | 常數 |
public static const ANY:String = "any"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies "any"
as the alignment of the currency symbol
for the CurrencyValidator class.
LEFT | 常數 |
public static const LEFT:String = "left"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies "left"
as the alignment of the currency symbol
for the CurrencyValidator class.
RIGHT | 常數 |
public static const RIGHT:String = "right"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies "right"
as the alignment of the currency symbol
for the CurrencyValidator class.
Tue Jun 12 2018, 03:47 PM Z