/// <summary>
 /// Gets the effect's property collection.
 /// </summary>
 /// <returns>Returns an empty <see cref="PropertyCollection"/>.</returns>
 protected override PropertyCollection OnCreatePropertyCollection()
 {
     return(PropertyCollection.CreateEmpty());
 }
示例#2
0
 protected virtual PropertyCollection OnCreatePropertyCollection(ShapeRenderParameters renderParams) =>
 PropertyCollection.CreateEmpty();