Interface INotebookChildNode
Interface INotebookChildNode
اسم الفضاء : Aspose.Note تجميع: Aspose.Note.dll (25.4.0)
يمثل طفلاً من الكمبيوتر المحمول Aspose.Note.
public interface INotebookChildNode
{
}
Properties
Color
يحصل على لون.القيمة الافتراضية هي Color.Empty.
Color GetColor()
{
return this.Color;
}
قيمة الممتلكات
DisplayName
يحصل على اسم عرض.
string DisplayName
{
get;
}
قيمة الممتلكات
Guid
يحصل على الهوية الفريدة عالميا للموضوع.
Guid Guid {
get {
return _guid;
}
}