Marker.GenerateKeyFrame Property
Gets or sets a value indicating whether a key frame should be generated for this marker.
Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)
Syntax
'Declaration
Public Property GenerateKeyFrame As Boolean
'Usage
Dim instance As Marker
Dim value As Boolean
value = instance.GenerateKeyFrame
instance.GenerateKeyFrame = value
public bool GenerateKeyFrame { get; set; }
public:
property bool GenerateKeyFrame {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_GenerateKeyFrame ()
/** @property */
public void set_GenerateKeyFrame (boolean value)
public function get GenerateKeyFrame () : boolean
public function set GenerateKeyFrame (value : boolean)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Marker Class
Marker Members
Microsoft.Expression.Encoder Namespace