BasicCard 클래스

정의

기본 카드입니다.

public class BasicCard
type BasicCard = class
Public Class BasicCard
상속
BasicCard

생성자

BasicCard()

BasicCard 클래스의 새 인스턴스를 초기화합니다.

BasicCard(String, String, String, IList<CardImage>, IList<CardAction>, CardAction)

BasicCard 클래스의 새 인스턴스를 초기화합니다.

속성

Buttons

현재 카드에 적용할 수 있는 작업 집합을 가져오거나 설정합니다.

Images

카드의 이미지 목록을 가져오거나 설정합니다.

Subtitle

카드의 부제목을 가져오거나 설정합니다.

Tap

이 작업을 가져오거나 설정하면 사용자가 카드 자체를 탭할 때 활성화됩니다.

Text

카드의 텍스트를 가져오거나 설정합니다.

Title

카드의 제목을 가져오거나 설정합니다.

적용 대상