SlideShowTransition
BuiltInSound Property
|
Specifies whether or not this sound is a built-in sound. If this attribute is set to true then
the generating application is alerted to check the name attribute specified for this sound
in it's list of built-in sounds and can then surface a custom name or UI as needed.
Namespace:
Spire.Presentation.Drawing.Transition
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool BuiltInSound { get; set; }
Public Property BuiltInSound As Boolean
Get
Set
public:
property bool BuiltInSound {
bool get ();
void set (bool value);
}
member BuiltInSound : bool with get, set
Property Value
Type:
Boolean
See Also