Bagikan melalui


DrawingAttributeIds Kelas

Definisi

Berisi sekumpulan GUID yang mengidentifikasi properti di DrawingAttributes kelas .

public ref class DrawingAttributeIds abstract sealed
public static class DrawingAttributeIds
type DrawingAttributeIds = class
Public Class DrawingAttributeIds
Warisan
DrawingAttributeIds

Contoh

Contoh berikut menunjukkan cara menggunakan DrawingAttributeIds kelas untuk mendeteksi properti yang berubah dalam peristiwa PropertyDataChanged .

void inkDA_AttributeChanged(object sender, PropertyDataChangedEventArgs e)
{
    if (e.PropertyGuid == DrawingAttributeIds.Color)
    {
        this.Title = "The pen color is: " + e.NewValue.ToString();
    }
}
Private Sub inkDA_AttributeChanged(ByVal sender As Object, _
                                  ByVal e As PropertyDataChangedEventArgs)

    If (e.PropertyGuid = DrawingAttributeIds.Color) Then
        Me.Title = "The pen color is: " + e.NewValue.ToString()
    End If

End Sub

Bidang

Color

Color Mengidentifikasi properti .

DrawingFlags

Mengidentifikasi properti internal DrawingFlags .

IsHighlighter

IsHighlighter Mengidentifikasi properti .

StylusHeight

Height Mengidentifikasi properti .

StylusTip

StylusTip Mengidentifikasi properti .

StylusTipTransform

StylusTipTransform Mengidentifikasi properti .

StylusWidth

Width Mengidentifikasi properti .

Berlaku untuk