StyledMultilineElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public class StyledMultilineElement : MonoTouch.Dialog.StyledStringElement, MonoTouch.Dialog.IElementSizing
type StyledMultilineElement = class
inherit StyledStringElement
interface IElementSizing
- 상속
- 구현
생성자
| StyledMultilineElement(String, Action) | |
| StyledMultilineElement(String, String, UITableViewCellStyle) | |
| StyledMultilineElement(String, String) | |
| StyledMultilineElement(String) |
필드
| Accessory | (다음에서 상속됨 StyledStringElement) |
| Alignment | (다음에서 상속됨 StringElement) |
| Caption |
이 지정된 요소에 대해 표시할 캡션 (다음에서 상속됨 Element) |
| Font | (다음에서 상속됨 StyledStringElement) |
| LineBreakMode | (다음에서 상속됨 StyledStringElement) |
| Lines | (다음에서 상속됨 StyledStringElement) |
| Parent |
컨테이너 개체에 대한 핸들입니다. (다음에서 상속됨 Element) |
| style | (다음에서 상속됨 StyledStringElement) |
| SubtitleFont | (다음에서 상속됨 StyledStringElement) |
| TextColor | (다음에서 상속됨 StyledStringElement) |
| Value | (다음에서 상속됨 StringElement) |
속성
| BackgroundColor | (다음에서 상속됨 StyledStringElement) |
| BackgroundUri | (다음에서 상속됨 StyledStringElement) |
| CellKey |
GetCell 메서드를 재정의하는 서브클래스도 이 메서드를 재정의해야 합니다. (다음에서 상속됨 Element) |
| DetailColor | (다음에서 상속됨 StyledStringElement) |
| Image | (다음에서 상속됨 StyledStringElement) |
| ImageUri | (다음에서 상속됨 StyledStringElement) |
| IndexPath |
지정된 요소의 IndexPath를 반환합니다. 이는 리프 요소에만 유효하며, 요소가 아직 연결되지 않은 경우 의 토플벨 RootElement 또는 Section에 대해서는 작동하지 않습니다. (다음에서 상속됨 Element) |
메서드
| Deselected(DialogViewController, UITableView, NSIndexPath) | (다음에서 상속됨 Element) |
| Dispose() | (다음에서 상속됨 Element) |
| Dispose(Boolean) | (다음에서 상속됨 Element) |
| GetActiveCell() | (다음에서 상속됨 Element) |
| GetCell(UITableView) | (다음에서 상속됨 StyledStringElement) |
| GetContainerTableView() | (다음에서 상속됨 Element) |
| GetHeight(UITableView, NSIndexPath) | |
| GetImmediateRootElement() |
셀이 연결된 경우 즉시 RootElement가 반환됩니다. (다음에서 상속됨 Element) |
| GetKey(Int32) | (다음에서 상속됨 StyledStringElement) |
| Matches(String) |
셀이 지정된 텍스트와 일치하는지 확인하기 위해 호출된 메서드이며 null 값 또는 빈 문자열로 호출되지 않습니다. (다음에서 상속됨 StringElement) |
| PrepareCell(UITableViewCell) | (다음에서 상속됨 StyledStringElement) |
| Selected(DialogViewController, UITableView, NSIndexPath) | (다음에서 상속됨 StringElement) |
| Summary() | (다음에서 상속됨 StringElement) |
이벤트
| AccessoryTapped | (다음에서 상속됨 StyledStringElement) |
| Tapped | (다음에서 상속됨 StringElement) |
명시적 인터페이스 구현
| IColorizeBackground.WillDisplay(UITableView, UITableViewCell, NSIndexPath) | (다음에서 상속됨 StyledStringElement) |
| IImageUpdated.UpdatedImage(Uri) | (다음에서 상속됨 StyledStringElement) |