XuniCalendarYearSlot クラス リファレンス
継承元 | XuniCalendarYearSlotBase : UIView |
---|---|
定義先 | CalendarYearSlot.h |
yearText
年スロットに表示されるテキストを取得または設定します。
@property (nonatomic) NSString *yearText
内容
年スロットに表示されるテキストを取得または設定します。
定義先
CalendarYearSlot.h
yearTextColor
年のテキスト色を取得または設定します。
@property (nonatomic) UIColor *yearTextColor
内容
年のテキスト色を取得または設定します。
定義先
CalendarYearSlot.h
yearFont
年のフォントを取得または設定します。
@property (nonatomic) UIFont *yearFont
内容
年のフォントを取得または設定します。
定義先
CalendarYearSlot.h
padding
年スロットの隙間(Padding)を取得または設定します。
@property (nonatomic) UIEdgeInsets padding
内容
年スロットの隙間(Padding)を取得または設定します。
定義先
CalendarYearSlot.h
yearHorizontalAlignment
年の水平位置を取得または設定します。
@property (nonatomic) XuniHorizontalAlignment yearHorizontalAlignment
内容
年の水平位置を取得または設定します。
定義先
CalendarYearSlot.h
yearVerticalAlignment
年の垂直位置を取得または設定します。
@property (nonatomic) XuniVerticalAlignment yearVerticalAlignment
内容
年の垂直位置を取得または設定します。
定義先
CalendarYearSlot.h
– setYearSlotFrame:
年スロットのフレームを設定します。
- (void)setYearSlotFrame:(CGRect)frame
パラメータ
frame |
フレーム |
---|
内容
年スロットのフレームを設定します。
定義先
CalendarYearSlot.h